MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

S
Streamable Http MCP

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

Created 10/20/2025
Updated 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场景中的应用

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" ] } } }