关于
Provides a lightweight and versatile MCP (Multi-Client Protocol) test server designed for verifying client connectivity and facilitating integration development. It offers a suite of predefined tools (like `calculate_sum`), resources (static and dynamic data endpoints), and prompts (such as `greeting`) that developers can use to test their MCP clients. The server supports modern Streamable HTTP, Stdio, and legacy HTTP SSE transports, making it adaptable for various client configurations, and is available both as an online service and for local installation.
主要功能
- Static and Dynamic Resource Endpoints
- Online and Local Deployment Options
- Predefined Tools (e.g., `calculate_sum`)
- 0 GitHub stars
- Multiple Transport Protocol Support (Streamable HTTP, Stdio)
- Configurable Prompts (e.g., `greeting`)
使用案例
- Experimenting with MCP protocol features and transports
- Verifying MCP client connectivity
- Developing and testing new MCP client integrations