bus-mgmt-dolt-mcp-server

bus-mgmt-dolt-mcp-server

0

This project offers a setup for running an MCP server, including detailed instructions for environment setup, dependency installation, and script execution. It supports testing functionalities through a provided client script.

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