flux start
`flux start` reference.
flux start command.
Sub-commands
flux start mcp— Start the Flux MCP server that exposes API endpoints as tools.flux start server— Start the Flux server.flux start worker— No description.
flux start mcp
Start the Flux MCP server that exposes API endpoints as tools.
Options
--host,-h— Host to bind the MCP server to.--port,-p— Port to bind the MCP server to.--name,-n— Name for the MCP server.--server-url,-surl— Server URL to connect to.--transport,-t— Transport protocol for MCP (stdio, streamable-http, sse) (default:streamable-http)
flux start server
Start the Flux server.
Options
--host,-h— Host to bind the server to.--port,-p— Port to bind the server to.
flux start worker
No description.
Arguments
name(text)
Options
--server-url,-surl— Server URL to connect to.--label,-l— Worker label in key=value format (repeatable). (default:Sentinel.UNSET)
Generated from flux/cli.py. Last verified against Flux 0.56.0.