CLI and Transports
The su2-mcp command and python -m su2_mcp entrypoint both use
su2_mcp.main.
Supported transports
stdiofor editor and local MCP integrationshttpas an alias that maps to streamable HTTP using--pathssefor server-sent eventsstreamable-httpfor FastMCP streamable HTTP mode
The parser defaults to stdio. Host/port/path options are propagated to the
underlying FastMCP settings, with --mount-path only used by the SSE run
mode.