| 120 | }); |
| 121 | |
| 122 | export class DbSchemaTool extends Tool<z.infer<typeof DbSchemaArgs>> { |
| 123 | name = 'db_schema'; |
| 124 | description = 'Inspect a database schema. Without "table" → lists all tables. With "table" → columns, indexes, foreign keys for that table. Read-only. Supports MySQL, Postgres, SQLite.'; |
| 125 | isReadOnly = true; |
nothing calls this directly
no outgoing calls
no test coverage detected