S
Streamable Http MCP
作者 @MuKunZiAI
大模型流式输出:七大底层传输技术对比探究
创建于 10/20/2025
更新于 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
文档介绍
快速设置
此服务器的安装指南
安装包 (如果需要)
uvx streamable_http_mcp
Cursor 配置 (mcp.json)
{
"mcpServers": {
"mukunziai-streamable-http-mcp": {
"command": "uvx",
"args": [
"streamable_http_mcp"
]
}
}
}