@hechtcarmel/vertica-mcp
Version:
MCP (Model Context Protocol) server for readonly Vertica database operations
9 lines • 456 B
TypeScript
export declare function determineTableType(flags: {
is_temp_table?: string | boolean;
is_system_table?: string | boolean;
is_flextable?: string | boolean;
}): string;
export declare function resolveSchemaName(schemaName?: string, defaultSchema?: string): string;
export declare function validateTableName(tableName: string): void;
export declare function validateSchemaName(schemaName: string): void;
//# sourceMappingURL=table-helpers.d.ts.map