bus-mgmt-mcp-server

bus-mgmt-mcp-server

3.2

The project appears to be related to running an MCP server, specifically aimed at bus management. It includes instructions for setup and testing.

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