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 367 B
import { Tool } from '@modelcontextprotocol/sdk/types.js'; import { MysqlService } from '../services/MysqlService.js'; export declare const updateSchema: Tool; export declare function updateHandler(mysqlService: MysqlService, args: { table: string; data: any; where: string; }): Promise<{ affectedRows: number; }>; //# sourceMappingURL=update.d.ts.map