/** * postgres-mcp - Tool Constants * * Defines the tool groups and meta-groups used for filtering. * * TOOL COUNT NOTES: * Counts and shortcut capacities are validated by unit tests in tool-filter.test.ts. * The 278 "Specialized Tools" total encompasses all tools defined below, * including Code Mode and extension utilities. * * When adding new tools: update the group array below. * Tests will catch inconsistencies automatically. */ import type { ToolGroup } from "../types/index.js"; /** * Default tool groups and their member tools. * This serves as the canonical mapping of tools to groups. */ export declare const TOOL_GROUPS: Record; //# sourceMappingURL=tool-constants.d.ts.map