本项目是基于 MCP Python SDK 开发的 TAPD 服务器,实现了 TAPD 平台的需求管理功能集成,为用户提供便捷的需求查询与管理服务。
本服务器基于 MCP Python SDK 开发,实现了 TAPD 平台需求管理功能的集成。以下是快速启动服务器的步骤:
git clone [repository-url]
cd tapd-mcp-server
pip install -r requirements.txt
.env 文件并设置以下变量:TAPD_API_USER=your_api_user
TAPD_API_PASSWORD=your_api_password
uvicorn app.main:app --reload
启动服务后访问:http://localhost:8000/docs
使用 pytest 进行测试,确保代码的质量和功能的正确性。
pytest