- Python 3.10+
- Poetry
-
Install dependencies
poetry install
-
Activate the virtual environment
poetry shell
Or manually:
poetry env info --path # Then activate using the path shown # On Windows: # <path>\Scripts\activate # On Linux/Mac: # source <path>/bin/activate
-
Run the MCP server
python main.py
-
Open the MCP Inspector From the project root, run:
npx @modelcontextprotocol/inspector@latest python main.py
- All logs are saved in the
logs/
folder. - Tools are defined in
main.py
.