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

11 lines 372 B
import { Tool } from '@modelcontextprotocol/sdk/types.js'; import { MysqlService } from '../services/MysqlService.js'; export declare const insertSchema: Tool; export declare function insertHandler(mysqlService: MysqlService, args: { table: string; rows: any[]; }): Promise<{ affectedRows: number; insertId: number; }>; //# sourceMappingURL=insert.d.ts.map