import type { Tool } from '@modelcontextprotocol/sdk/types.js'; /** * All MCP tool definitions for the RAG server. * These are purely declarative schema objects that describe * what tools exist and their input parameters. */ export declare const toolDefinitions: Tool[]; //# sourceMappingURL=tool-definitions.d.ts.map