# Repository Documentation MCP

Streetline Heroes exposes a read-only documentation MCP server for AI clients that need repository documentation without arbitrary filesystem access.

The server lives in `apps/repository-docs-mcp`.

## Commands

- `pnpm mcp:docs:index`
- `pnpm mcp:docs:validate`
- `pnpm mcp:docs:test`
- `pnpm mcp:docs:build`
- `pnpm mcp:docs:dev`
- `pnpm docs:export-public`

The server exposes `/mcp`, `/health`, and `/ready`.

## Connection Options

- Use [Static Hosting Export](STATIC_HOSTING.md) when ChatGPT can browse public URLs but cannot connect to local MCP.
- Use [ChatGPT Connection](CHATGPT_CONNECTION.md) when a client supports remote HTTPS MCP endpoints.
- Use [Local Testing](LOCAL_TESTING.md) before exposing any documentation route.
- Review [Security Model](SECURITY.md) before publishing docs.
- Use [Tunnel Deployment](TUNNEL_DEPLOYMENT.md) only for temporary remote MCP testing.
