Typescript Starter
Createdmadhukarkumar
Provides a TypeScript starter for building Model Context Protocol (MCP) servers with resources, prompts, and tools.
About
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.
Key Features
- SSE and STDIO transport support
- Resource handling with static and dynamic resources
- 2 GitHub stars
- Sample prompt implementation
- Example echo tool
- Debug tool for server introspection
Use Cases
- Developing MCP servers for command-line integrations
- Prototyping and experimenting with MCP functionality
- Building MCP servers for web browser integrations