Simplifies building Model Context Protocol (MCP) servers in TypeScript with automated tool, resource, and prompt discovery.
MCP Framework provides a structured approach to building Model Context Protocol (MCP) servers, leveraging TypeScript for type safety and ease of development. It offers automatic directory-based discovery for tools, resources, and prompts, streamlining the development process. This version focuses on improved reliability by replacing file-based logging with console output, ensuring compatibility and eliminating file system dependency issues. A command-line interface (CLI) simplifies project creation and management, making it easy to add tools, prompts, and resources. It also supports multiple transport options, including stdio and Server-Sent Events (SSE), with flexible authentication and CORS configurations.