UNPKG

@hechtcarmel/vertica-mcp

Version:

MCP server for Vertica database operations with configurable readonly mode

8 lines 269 B
import type { Tool } from "@modelcontextprotocol/sdk/types.js"; export interface MCPTool { name: string; description: string; inputSchema: Tool["inputSchema"]; execute(args: Record<string, unknown>): Promise<string>; } //# sourceMappingURL=tool.d.ts.map