S
Streamable Http MCP
by @MuKunZiAI
大模型流式输出:七大底层传输技术对比探究
Created 10/20/2025
Updated about 2 months ago
README
Repository documentation and setup instructions
代码准备
- 将server.py中的fetch_weather函数的key修改为你注册的心知天气api key
- 将client.py中的Configuration类中的api key修改为你注册的DeepSeek api key
代码启动
- 启动server.py
- 启动client.py
文档介绍
Quick Setup
Installation guide for this server
Install Package (if required)
uvx streamable_http_mcp
Cursor configuration (mcp.json)
{
"mcpServers": {
"mukunziai-streamable-http-mcp": {
"command": "uvx",
"args": [
"streamable_http_mcp"
]
}
}
}