关于
This project provides a minimal server built using the Model Context Protocol (MCP) TypeScript SDK. It showcases the creation of MCP-compliant resources and tools, enabling integration with large language models (LLMs) and MCP-enabled clients such as Claude Desktop. It's an ideal starting point for developers looking to understand and implement the MCP standard for custom functionalities and local integrations.
主要功能
- 3 GitHub stars
- Includes a `helloTool` for echoing messages or returning a default greeting.
- Communicates via standard input/output (Stdio) for easy integration with MCP clients.
- Provides simple MCP resources at `hello://greeting`, `hello://info`, and a resource list at `hello://list`.
使用案例
- Integrating local functionalities with LLMs via MCP-enabled applications.
- Developing custom tools and resources for Model Context Protocol (MCP) clients.
- Learning and experimenting with the MCP TypeScript SDK.