article
README
🚀 快速开始
运行以下命令以启动服务器和客户端:
uv run client.py ./mcp_server.py
运行以下命令以启动服务器和客户端:
uv run client.py ./mcp_server.py
Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive
Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed