dlt._workspace.deployment.launchers.mcp
run_mcp_instance
def run_mcp_instance(instance: Any, port: int, sections: Tuple[str,
...]) -> None
Run a FastMCP instance with resolved configuration.
Shared entry point for both the MCP launcher (module-level detection) and the job launcher (return value fallback).
run
def run(entry_point: TRuntimeEntryPoint) -> None
Import module, find FastMCP instance, and run it.