article
README
🚀 项目安装与启动
📦 安装指南
- 克隆项目到本地。
- 运行以下命令:
- 运行
UV add . --dev - 运行
UV run src/main.py# 用于 HTML 服务器 - 运行
UV run src/mainStdioServer.py# 用于 stdio 服务器
- 运行
UV add . --devUV run src/main.py # 用于 HTML 服务器UV run src/mainStdioServer.py # 用于 stdio 服务器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