mcp-typescribe
MCP-Typescribe is an MCP Server providing Large Language Models (LLMs) with access to TypeScript API documentation in real-time. It enables LLMs to query, plan, and adapt to unfamiliar APIs without retraining, promoting faster onboarding and more autonomous AI-based coding assistants.
What is MCP-Typescribe?
MCP-Typescribe is an open-source implementation of the Model Context Protocol designed to provide LLMs with real-time access to TypeScript API documentation.
How does MCP-Typescribe help LLMs?
It enables LLMs to query, plan, and adapt to unfamiliar APIs without retraining, facilitating faster onboarding for new or proprietary SDKs.
What are the prerequisites for using MCP-Typescribe?
You need Node.js and npm installed on your system.
How do I generate TypeDoc JSON for my TypeScript API?
Use the command npx typedoc --json docs/api.json --entryPointStrategy expand path/to/your/typescript/files
.
What is the license for MCP-Typescribe?
MCP-Typescribe is licensed under the MIT License.