mcap-doc-mcp
v0.1.0
Published
An MCP server that indexes and answers questions from MCAP Unity Library V2 documentation at `http://libsdocs.qa.mcap.com:8089/`.
Readme
MCAP Docs MCP Server
An MCP server that indexes and answers questions from MCAP Unity Library V2 documentation at http://libsdocs.qa.mcap.com:8089/.
Setup
# From project root
npm install
npm run buildRun
# ESM entrypoint
DOCS_BASE=http://libsdocs.qa.mcap.com:8089/ npm startSelf-test:
npm run build && node dist/server.js --self-testMCP (stdio)
- The server runs with MCP stdio transport. Integrate by launching
npm startas an MCP tool server process from your client.
DOCS_BASE=http://libsdocs.qa.mcap.com:8089/ node dist/server.jsTools
- ask_docs(query): semantic search over docs
- get_endpoint_spec(url): fetch page and summarize
- generate_impl(query): scaffold TypeScript snippet based on docs
Config
DOCS_BASE: override docs base URL
