We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20e2797 commit 551e529Copy full SHA for 551e529
src/ui/components/ListDatabases/schema.ts
@@ -2,10 +2,6 @@ import { z } from "zod";
2
3
/**
4
* Shared schema for the list-databases tool output.
5
- *
6
- * This schema is the single source of truth for the data contract between:
7
- * - The ListDatabasesTool (which returns structuredContent matching this schema)
8
- * - The ListDatabases UI component (which renders this data)
9
*/
10
export const ListDatabasesOutputSchema = {
11
databases: z.array(
0 commit comments