diff --git a/ui/litellm-dashboard/src/components/mcp_tools/columns.tsx b/ui/litellm-dashboard/src/components/mcp_tools/columns.tsx index b99ecbd9f00..72c326da565 100644 --- a/ui/litellm-dashboard/src/components/mcp_tools/columns.tsx +++ b/ui/litellm-dashboard/src/components/mcp_tools/columns.tsx @@ -173,7 +173,9 @@ export function ToolTestPanel({ /> - ) : ( + ) : schema.properties === undefined ? ( +
None
+ ): ( Object.entries(schema.properties).map(([key, prop]) => (