统一端点
- 端点:
http://localhost:3000/sse
- 方法:
GET
特定群组的端点
- 端点:
http://localhost:3000/sse/{group}
- 方法:
GET
- 参数:
{group}
: 群组的 ID 或名称。
特定服务器的端点
- 端点:
http://localhost:3000/sse/{server}
- 方法:
GET
- 参数:
{server}
: 服务器的名称。
使用 SSE 端点连接到您的 MCP 服务器。
http://localhost:3000/sse
GET
http://localhost:3000/sse/{group}
GET
{group}
: 群组的 ID 或名称。http://localhost:3000/sse/{server}
GET
{server}
: 服务器的名称。