diff --git a/ui/litellm-dashboard/src/components/playground/llm_calls/responses_api.tsx b/ui/litellm-dashboard/src/components/playground/llm_calls/responses_api.tsx index 6483319e118..da7325642c2 100644 --- a/ui/litellm-dashboard/src/components/playground/llm_calls/responses_api.tsx +++ b/ui/litellm-dashboard/src/components/playground/llm_calls/responses_api.tsx @@ -110,7 +110,7 @@ export async function makeOpenAIResponsesRequest( tools.push({ type: "mcp", - server_label: "litellm", + server_label: serverName, // unique label per server so tool calls route correctly server_url: `${proxyBaseUrl}/mcp/${serverName}`, require_approval: "never", ...(allowedTools.length > 0 ? { allowed_tools: allowedTools } : {}),