CLI and Transports
The tigl-mcp command and python -m tigl_mcp entrypoint
both use tigl_mcp.main.
Supported transports
stdiofor editor and local MCP integrationshttpfor HTTP-based servingssefor server-sent eventsstreamable-httpfor FastMCP streamable HTTP mode
The parser defaults to stdio and only applies host, port, and
path when an HTTP-compatible transport is selected.