UNPKG

@hechtcarmel/vertica-mcp

Version:

MCP (Model Context Protocol) server for readonly Vertica database operations

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