MCP 服务器沙盒
一个用于实验和测试的 Python 沙盒服务器项目。
快速入门指南
- 克隆仓库:
git clone https://github.com/imghosty17/mcp-server-sandbox.git
- 安装依赖:确保已安装 Python 环境,然后运行
pip install -r requirements.txt
(如有依赖文件)。 - 启动服务:执行主程序文件,例如
python main.py
。 - 访问功能:根据代码逻辑验证服务器功能是否正常运行。
一个用于实验和测试的 Python 沙盒服务器项目。
git clone https://github.com/imghosty17/mcp-server-sandbox.git
pip install -r requirements.txt
(如有依赖文件)。python main.py
。