com.freebatteryfactory/docs
com.freebatteryfactory/docsSearch and read the Free Battery Factory docs (LiteShip, batpak) as live MCP tools.
Tools · 5
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…
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…
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…
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 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
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
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
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
The monorepo ships a native audit lane that extends the existing build, typecheck, coverage, benchmark, and runtime-seam feedback loops.
docs://liteship/audit
How to author with LiteShip: the CZAP engine's rigging surface, shipped as @czap/ packages.
docs://liteship/authoring-model
Part of LiteShip: the CZAP engine's capsule and scene assembly. Vocabulary: GLOSSARY.md.
docs://liteship/capsule-factory
This file is the shortest route to the right document.
docs://liteship/documentation-map
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
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 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
This document maps the main @czap/ compartments in the repo: the hull sections you import from.
docs://liteship/package-surfaces
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
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
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
Last updated: 2026-07-13 (v0.10.0 tree; the completion cut landed the semantic-truth pass — see below).
docs://liteship/status
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
Complete source-linked reference for LiteShip.
docs://liteship/llms-full
This bundle is the implementation handoff for the final clean-room BatPak v1 architecture.
docs://batpak/delivery-notes
Pass 2 added useful status, availability, portability, delivery, schema, identity, and ECS work, but over-split the machine into packages
docs://batpak/final-reconciliation
This bundle is the final clean-room architecture for BatPak.
docs://batpak/overview
Complete source-linked reference for batpak.
docs://batpak/llms-full
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"com.freebatteryfactory/docs": {
"url": "https://freebatteryfactory.com/mcp",
"transport": "streamable-http"
}
}
}