Provides a TypeScript starter for building Model Context Protocol (MCP) servers with resources, prompts, and tools.
This TypeScript starter provides a foundation for building Model Context Protocol (MCP) servers. It includes examples of resource handling (both static and dynamic), a sample prompt implementation, and a basic echo tool. The server supports both SSE and STDIO transports, making it suitable for web browser and command-line integrations. A debug tool allows for server introspection, aiding in development and troubleshooting.