bus-mgmt-dolt-mcp-server

bus-mgmt-dolt-mcp-server

3.1

If you are the rightful owner of bus-mgmt-dolt-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This document provides a structured summary of a Model Context Protocol (MCP) server, including its features, tools, resources, and usage with different platforms.

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_dolt_mcp_server/bus_mgmt_dolt_mcp_server.py

Or you can do this:

uv run bus_mgmt_dolt_mcp_server/bus_mgmt_dolt_mcp_server.py

To run the test code do this:

uv run test_client.py