su2-mcp
su2-mcp exposes SU2 session/config/run/results workflows through an MCP server surface while keeping default CI and examples deterministic.
Get Started Fast
If you are new to the project, this is the fastest path:
Create a virtual environment and install the local toolchain.
Run the test suite once.
Start the MCP server over stdio.
python3 -m venv .venv
source .venv/bin/activate
make dev
make test
su2-mcp --transport stdio
For the fuller setup flow, go straight to Quickstart.