Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

com.freebatteryfactory/docs

com.freebatteryfactory/docs

Search and read the Free Battery Factory docs (LiteShip, batpak) as live MCP tools.

Uptime
100.0%
1 direct probes · 30d
Response
1098ms
last probe
Tools
5
callable
Resources
21
readable
Prompts
0
available

Tools · 5

list_products

List the Free Battery Factory products whose documentation is hosted here, each with a one-line blurb, current docs version, and canonical URLs. Presence here means the docs are published, not that th…

search_docs

Full-text search across the product documentation. Returns the best-matching pages with title, description, canonical URL, matched section headings, and a snippet. Omit `product` to search every produ…

get_doc

Fetch a single documentation page as Markdown, given a product id and a page slug (both come from list_products / search_docs results, or a doc URL like /liteship/overview). Returns the title, descrip…

get_llms_full

Return a link to the complete, source-linked agent reference (llms-full.txt) for a product — its entire prose, API surface, and examples in one document. This file is large, so it is returned as a res…

describe_page_dimensions

Describe the adaptive dimensions of this site's pages: each named layout regime, the states it can occupy, and the signal and thresholds it is carved from. These are the same boundary definitions that…

Resources · 21

liteship/architecture

The structural map: what the pieces are and how they fit. This doc explains the system on its own — the ADRs record why each choice was made, but you shouldn't need them to unde…

docs://liteship/architecture
liteship/astro-runtime-model

How LiteShip sits inside an Astro site: where the document host ends and the CZAP runtime begins. Imports stay on @czap/; export names like czapMiddleware() stay literal.

docs://liteship/astro-runtime-model
liteship/astro-static-mental-model

How to think with LiteShip when building visually rich Astro websites. The CZAP engine evaluates boundaries, casts styles, and keeps the working deck trim; you still install and…

docs://liteship/astro-static-mental-model
liteship/audit

The monorepo ships a native audit lane that extends the existing build, typecheck, coverage, benchmark, and runtime-seam feedback loops.

docs://liteship/audit
liteship/authoring-model

How to author with LiteShip: the CZAP engine's rigging surface, shipped as @czap/ packages.

docs://liteship/authoring-model
liteship/capsule-factory

Part of LiteShip: the CZAP engine's capsule and scene assembly. Vocabulary: GLOSSARY.md.

docs://liteship/capsule-factory
liteship/documentation-map

This file is the shortest route to the right document.

docs://liteship/documentation-map
liteship/getting-started

From pnpm add in your Astro project to a boundary changing state as you drag the window edge, in about five minutes. Two concepts get you there: Boundary.make and satelliteAttrs…

docs://liteship/getting-started
liteship/glossary

Vocabulary for prose across this repository. Technical identifiers (Boundary, @czap/core, czapMiddleware, --czap-, host-wired, CLI czap, ...) stay exactly as shipped; this file…

docs://liteship/glossary
liteship/hosting

LiteShip runs inside the host application's security boundary: the host's CSP, the host's Trusted Types policy, the host's runtime endpoints. This page is the minimum host check…

docs://liteship/hosting
liteship/package-surfaces

This document maps the main @czap/ compartments in the repo: the hull sections you import from.

docs://liteship/package-surfaces
liteship/overview

LiteShip is constraint-based adaptive rendering — a multimedia-native UI compiler/runtime (not a component library). It quantizes continuous signals (viewport, scroll, motion pr…

docs://liteship/overview
liteship/roadmap

Verified against the 0.9 completion campaign (2026-07-13, v0.10.0 tree). See STATUS.md for live counts, gate totals, coverage numbers, and current telemetry watch items.

docs://liteship/roadmap
liteship/skill

This file is the tacit knowledge for working on LiteShip: the laws we learned by breaking things, abstracted so they outlive any one version. No public training data covers this…

docs://liteship/skill
liteship/status

Last updated: 2026-07-13 (v0.10.0 tree; the completion cut landed the semantic-truth pass — see below).

docs://liteship/status
liteship/typedoc

This tree is generated from TSDoc on the @czap/ packages: the compartments that implement the CZAP engine (Content-Zoned Adaptive Projection). LiteShip is the product name; impo…

docs://liteship/typedoc
liteship/llms-full

Complete source-linked reference for LiteShip.

docs://liteship/llms-full
batpak/delivery-notes

This bundle is the implementation handoff for the final clean-room BatPak v1 architecture.

docs://batpak/delivery-notes
batpak/final-reconciliation

Pass 2 added useful status, availability, portability, delivery, schema, identity, and ECS work, but over-split the machine into packages

docs://batpak/final-reconciliation
batpak/overview

This bundle is the final clean-room architecture for BatPak.

docs://batpak/overview
batpak/llms-full

Complete source-linked reference for batpak.

docs://batpak/llms-full

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.freebatteryfactory/docs": {
      "url": "https://freebatteryfactory.com/mcp",
      "transport": "streamable-http"
    }
  }
}