Skip to main content
ctrlrun.gateway.serve — function, defined at src/ctrlrun/gateway/__init__.py:40
Needs the gateway extra: pip install "ctrlrun[gateway]". Importing it without that raises MissingDependency carrying the install command.
Run a gateway in front of one upstream MCP server (SPEC-v0.2 §6.1). The dependency check happens first and unconditionally, so an operator who has not installed the extra learns it from one clear line rather than from a stack trace. Blocks until interrupted. Control.from_file() finds the policy and the store, so a gateway and a decorator-based worker sharing a policy share reservations (§6.1).

Next