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

10 lines 352 B
import { Tool } from '@modelcontextprotocol/sdk/types.js'; import { MysqlService } from '../services/MysqlService.js'; export declare const deleteSchema: Tool; export declare function deleteHandler(mysqlService: MysqlService, args: { table: string; where: string; }): Promise<{ affectedRows: number; }>; //# sourceMappingURL=delete.d.ts.map