diff --git a/sgl-router/src/core/workflow/steps/mcp_registration.rs b/sgl-router/src/core/workflow/steps/mcp_registration.rs index 516749159..94fbdd100 100644 --- a/sgl-router/src/core/workflow/steps/mcp_registration.rs +++ b/sgl-router/src/core/workflow/steps/mcp_registration.rs @@ -204,7 +204,7 @@ impl StepExecutor for ValidateRegistrationStep { .ok_or_else(|| WorkflowError::ContextValueNotFound("mcp_server_config".to_string()))?; let client_registered = context - .get::>>("mcp_client") + .get::>("mcp_client") .is_some(); if client_registered {