An MCP server that indexes and answers questions from MCAP Unity Library V2 documentation at `http://libsdocs.qa.mcap.com:8089/`.
npm install mcap-doc-mcpAn MCP server that indexes and answers questions from MCAP Unity Library V2 documentation at http://libsdocs.qa.mcap.com:8089/.
``sh`From project root
npm install
npm run build
`sh`ESM entrypoint
DOCS_BASE=http://libsdocs.qa.mcap.com:8089/ npm start
Self-test:
`sh`
npm run build && node dist/server.js --self-testnpm startMCP (stdio)
- The server runs with MCP stdio transport. Integrate by launching as an MCP tool server process from your client.
`sh`
DOCS_BASE=http://libsdocs.qa.mcap.com:8089/ node dist/server.js