import type { AppContext } from '../context.js'; import type { ToolDefinition } from '../types.js'; export declare const tools: ToolDefinition[]; export type ToolHandler = (name: string, args: Record) => unknown; export declare function createToolHandler(ctx: AppContext): ToolHandler; //# sourceMappingURL=mcp.d.ts.map