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

8 lines 340 B
import { Tool } from '@modelcontextprotocol/sdk/types.js'; import { MysqlService } from '../services/MysqlService.js'; export declare const sampleDataSchema: Tool; export declare function sampleDataHandler(mysqlService: MysqlService, args: { table: string; count: number; }): Promise<any[]>; //# sourceMappingURL=sampleData.d.ts.map