java-sse-mcp-server-demo
0
This project is a simple demonstration of a Model Context Protocol (MCP) server, featuring support for multiple instances and specific date functions. It is designed to be integrated with Cursor or Claude Desktop via configuration.
abount
非常简单的mcp server demo
feat
- 支持2024-11-05 和 2025-03-26
- 支持多实例
- 未支持2025-03-26中的batch messages
- 未支持协议中的auth部分
use
打开cursor或claude desktop,mcp配置文件里加上你的http url
{
"mcpServers": {
"ExampleServer": {
"url": "http://localhost:8001/mcp/gw/endpoint"
}
}
}