mirror of
https://github.com/Sun-ZhenXing/mcp-template-python.git
synced 2026-03-24 03:38:05 +00:00
feat: remove sse
This commit is contained in:
@@ -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` 来调用命令行:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user