Typedoc MCP VSCode Extension
Enable Copilot Chatbot and other agents to search Typedoc documentation, suggest code snippets, and answer developer questions directly in VSCode.
Features
- Set a Typedoc docs URL
- Refresh and index docs for search
- Search for code snippets via command or from Copilot Chat
- Incremental updates, robust search, citation support
Commands
typedocMcp.setUrl — Set the Typedoc documentation URL
typedocMcp.refreshIndex — Reindex docs for up-to-date search
typedocMcp.searchSnippet — Search for a code snippet (by function/method/API/query)
Usage
- Open the command palette and run a Typedoc MCP command
- Or, integrate with Copilot Chatbot: call commands from chat prompt
- Results include code snippets and citation links
Marketplace Publishing
- Update
publisher in package.json
- Run
npm install && npm run compile
- Run
npx vsce package to create the .vsix file
- Publish via
vsce publish
Powered by Typedoc MCP. See src/extension.ts for agent API surface.
| |