bus

内容来源:README.md(说明文档) · 原始地址 · 查看安装指南

原始内容

Run these

uv venv
source .venv/bin/activate
uv pip install -r requirement.txt

Then to run the MCP Inspector and your MCP server code:

mcp dev bus_mgmt_mcp_server/bus_mgmt_mcp_server.py

Or you can do this:

uv run bus_mgmt_mcp_server/bus_mgmt_mcp_server.py

To run the test code do this:

uv run test_client.py