Quick update: v1.3.0 just shipped with streamable HTTP transport support!
You can now run the server in HTTP mode:
python server/server.py --transport streamable-http --port 8000
Default is still stdio (no changes needed for existing setups). The HTTP mode enables remote connections and web-based MCP clients.
Thanks for the suggestion @InfernalDread!