pub async fn run_server(
config: ServeConfig,
mcp: McpServeSettings,
) -> CliResult<()>Available on crate feature
serve only.Expand description
Boot the HTTP control plane and serve until SIGTERM/SIGINT.
pub async fn run_server(
config: ServeConfig,
mcp: McpServeSettings,
) -> CliResult<()>serve only.Boot the HTTP control plane and serve until SIGTERM/SIGINT.