---
slug: "bus"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/calvinw/bus-mgmt-mcp-server@main/README.md"
repo: "https://github.com/calvinw/bus-mgmt-mcp-server"
source_file: "README.md"
branch: "main"
---
Run these

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

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

```bash
mcp dev bus_mgmt_mcp_server/bus_mgmt_mcp_server.py
```

Or you can do this:

```bash
uv run bus_mgmt_mcp_server/bus_mgmt_mcp_server.py
```

To run the test code do this:

```bash
uv run test_client.py
```
