Hi @vsoch!
I tried to follow the instructions in README.md. When I got to
python3 -m flux_mcp_server.server --config ./mcpserver.yaml
I got ModuleNotFoundError for mcpserver, which is expected in flux-mcp-server/flux_mcp_server/server/__main__.py
For me, this was fixed by following this command mentioned in the fractale-mcp README:
pip install --break-system-packages git+https://github.com/converged-computing/mcp-server.git#egg=mcp-serve
This might've just been an issue on my end, but I'm documenting just in case. Thanks for building this!