feat: remove sse

This commit is contained in:
Sun-ZhenXing
2026-02-28 10:05:07 +08:00
parent f7051ac028
commit e78f4dae6c
6 changed files with 131 additions and 131 deletions

View File

@@ -6,7 +6,7 @@
- [x] 支持多 MCP 挂载
- [x] 支持命令行调用 Stdio 模式
- [x] 支持 SSE / StreamableHTTP
- [x] 支持 StreamableHTTP
- [x] 支持打包分发
## 开始
@@ -23,7 +23,7 @@ make
make dev
```
可通过 <http://127.0.0.1:3001/math/mcp> 访问示例 MCP 接口Streamable HTTP,或 <http://127.0.0.1:3001/math/compatible/sse> 访问 SSE 接口
可通过 <http://127.0.0.1:3001/math/mcp> 访问示例 MCP 接口Streamable HTTP
通过 `--stdio` 来调用命令行: