mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-20 12:55:36 +02:00
removed unusd type
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user