Servers
本项目建于2025-03-30,是一个MCP Client 与 MCP Server的样例实现(Python版本)
@jayliangdl
MCP Client 与 MCP Server基于SSE方式的样例实现(Python版本)
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"py-mcp-sse": {
"command": "uv",
"args": [
"venv"
]
}
}
}