| 1 | import { validateDatabaseIdentifier } from '@/lib/core/security/input-validation' |
| 2 | import type { SupabaseTextSearchParams, SupabaseTextSearchResponse } from '@/tools/supabase/types' |
| 3 | import { supabaseBaseUrl } from '@/tools/supabase/utils' |
| 4 | import type { ToolConfig } from '@/tools/types' |
nothing calls this directly
no test coverage detected