MCP服务器HTTP流媒体更新
- 跑
mcp dev server.py
- 将以下安装添加到MCP客户端:
{
"mcpServers": {
"remote-example": {
"command": "npx",
"args": [
"mcp-remote",
"http://127.0.0.1:8000/mcp",
"--allow-http",
"--transport",
"http-only"
]
}
}
}