| 1 | import type { ConvexListTablesParams, ConvexListTablesResponse } from '@/tools/convex/types' |
| 2 | import { convexApiUrl, convexAuthHeaders, parseConvexResponse } from '@/tools/convex/utils' |
| 3 | import type { ToolConfig } from '@/tools/types' |
| 4 |
nothing calls this directly
no test coverage detected