diff --git a/ui/litellm-dashboard/src/components/mcp_tools/ToolTestPanel.tsx b/ui/litellm-dashboard/src/components/mcp_tools/ToolTestPanel.tsx index 05f95965143..abd955f3292 100644 --- a/ui/litellm-dashboard/src/components/mcp_tools/ToolTestPanel.tsx +++ b/ui/litellm-dashboard/src/components/mcp_tools/ToolTestPanel.tsx @@ -409,7 +409,7 @@ export function ToolTestPanel({ ...(prop.type === "object" || prop.type === "array" ? [ { - validator: (_, value) => { + validator: (_rule: any, value: any) => { if ( (value === undefined || value === null || value === "") && !actualSchema.required?.includes(key)