Provides a framework to build Model Context Protocol servers in TypeScript.
MCP-Framework provides a structured environment for developing Model Context Protocol (MCP) servers using TypeScript. It offers automatic directory-based discovery for tools, resources, and prompts, simplifying the creation of new tools that work with LLMs. The framework supports multiple transports, including stdio, SSE, and HTTP streams, and includes a CLI for project scaffolding and management. Authentication for SSE endpoints is also included, alongside various configuration options via environment variables.