MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

S
Streamable Http MCP
作者 @MuKunZiAI

大模型流式输出:七大底层传输技术对比探究

创建于 10/20/2025
更新于 about 2 months ago
Repository documentation and setup instructions

代码准备

  1. 将server.py中的fetch_weather函数的key修改为你注册的心知天气api key
  2. 将client.py中的Configuration类中的api key修改为你注册的DeepSeek api key

代码启动

  1. 启动server.py
  2. 启动client.py

文档介绍

大模型流式输出:七大底层传输技术对比探究

Streamable HTTP流式传输在LLM+MCP场景中的应用

快速设置
此服务器的安装指南

安装包 (如果需要)

uvx streamable_http_mcp

Cursor 配置 (mcp.json)

{ "mcpServers": { "mukunziai-streamable-http-mcp": { "command": "uvx", "args": [ "streamable_http_mcp" ] } } }