mcp-ts-starter
If you are the rightful owner of mcp-ts-starter and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A simple Model Context Protocol (MCP) server implementation built with TypeScript, demonstrating basic MCP functionality including resources, prompts, and tools.
The Hello World MCP Server is a basic implementation of a Model Context Protocol server using TypeScript. It showcases fundamental MCP functionalities such as handling resources, implementing prompts, and utilizing tools. The server supports both SSE and STDIO transport methods, making it versatile for web and command-line integrations. It includes a sample prompt, an echo tool for message testing, and a debug tool for server introspection. The server is designed to be a starting point for developers looking to understand and implement MCP servers.
Features
- SSE and STDIO transport support
- Resource handling with static and dynamic resources
- Sample prompt implementation
- Example tool that echoes messages
- Debug tool for server introspection
Tools
echo
Echoes back a message with 'Hello' prefix
debug
Lists all available tools and methods