UNPKG

@rolandohuber/mysql-mcp-server

Version:

A comprehensive MCP server for MySQL database operations with 16 tools, multi-transport support, and intelligent test data generation

7 lines 324 B
import { Tool } from '@modelcontextprotocol/sdk/types.js'; import { MysqlService } from '../services/MysqlService.js'; export declare const listIndexesSchema: Tool; export declare function listIndexesHandler(mysqlService: MysqlService, args: { table: string; }): Promise<any[]>; //# sourceMappingURL=listIndexes.d.ts.map