MCP Capabilities
Stable capability map for coding agents consuming this documentation.
What It Does
This page defines stable capability-to-doc mappings for MCP ingestion and agent retrieval.
When To Use
- Building an MCP server on top of this docs website.
- Prompting coding agents to navigate the kit quickly.
Prerequisites
- Access to
/docs/*and/llms.mdx/*endpoints. - Access to
/mcp-index.jsongenerated capability endpoint.
How To Use
Use this map as the first retrieval layer.
Generated map
The table below is generated from each page ## MCP Context block (Common + Web + Mobile scope).
Source artifact: /mcp-index.json.
MCP Context
capability: mcp_doc_index
entrypoints:
- /docs/web/mcp-capabilities
- /llms.mdx/[...slug]
- /mcp-index.json
inputs:
- capability_id
outputs:
- doc_urls_for_retrieval
constraints:
- capability ids should remain stable for MCP clients
side_effects:
- noneAgent Recipe
- Resolve user intent to one capability id.
- Retrieve primary page first, then secondary pages.
- If code edits are requested, map docs guidance to real paths in
apps/*andkit/*.
Troubleshooting
- If a URL is stale, update this page first and keep capability ids unchanged.
- If retrieval quality is low, narrow capability ids instead of adding broad pages.
Related
Deployment
Production deployment flow for Supabase-backed web apps.
Metrics Card
A composable metrics card component for displaying analytics data with charts, values, and trends.
How is this guide?
Last updated on 3/23/2026