diff --git a/src/mysql/index.ts b/src/mysql/index.ts index d5c32851..b6b5867b 100644 --- a/src/mysql/index.ts +++ b/src/mysql/index.ts @@ -21,14 +21,6 @@ interface ColumnRow { data_type: string; } -interface QueryResult { - content: Array<{ - type: string; - text: string; - }>; - isError: boolean; -} - const config = { server: { name: "example-servers/mysql",