优化SSE Client连接;增加SSE MCP示例

This commit is contained in:
Chingfeng Li
2025-09-03 15:41:35 +08:00
parent fa79e2b379
commit 74bc5dbb7d
2 changed files with 7 additions and 7 deletions
@@ -36,6 +36,12 @@
"command": "npx",
"args": ["-y", "@simonb97/server-win-cli"],
"link": "https://github.com/SimonB97/win-cli-mcp-server"
},
"sse-mcp-server": {
"url": "http://localhost:8080/sse",
"headers": {
"Authorization": "Bearer YOUR TOKEN"
}
}
}
}