/** * MCP tool definitions — thin hub that re-exports from defs/ sub-files. */ import type { ToolDefinition } from "./defs/types.js"; export declare const ALL_TOOL_DEFINITIONS: ToolDefinition[]; //# sourceMappingURL=definitions.d.ts.map