Skip to content

Commit 551e529

Browse files
committed
refactor: cleanup schema comments
1 parent 20e2797 commit 551e529

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/ui/components/ListDatabases/schema.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ import { z } from "zod";
22

33
/**
44
* 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)
95
*/
106
export const ListDatabasesOutputSchema = {
117
databases: z.array(

0 commit comments

Comments
 (0)