mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-23 22:35:21 +02:00
removed unusd type
This commit is contained in:
@@ -21,14 +21,6 @@ interface ColumnRow {
|
|||||||
data_type: string;
|
data_type: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
interface QueryResult {
|
|
||||||
content: Array<{
|
|
||||||
type: string;
|
|
||||||
text: string;
|
|
||||||
}>;
|
|
||||||
isError: boolean;
|
|
||||||
}
|
|
||||||
|
|
||||||
const config = {
|
const config = {
|
||||||
server: {
|
server: {
|
||||||
name: "example-servers/mysql",
|
name: "example-servers/mysql",
|
||||||
|
|||||||
Reference in New Issue
Block a user