MCPcopy
hub / github.com/benborla/mcp-server-mysql / IntrospectionResult

Interface IntrospectionResult

src/db/utils.ts:184–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182 | "mysql_schema";
183
184export interface IntrospectionResult {
185 kind: IntrospectionKind | null;
186}
187
188// Statements that node-sql-parser can't parse but still leak schema (e.g.
189// `SHOW FULL COLUMNS FROM users`, `SHOW FIELDS FROM users`). We pre-screen

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected