import type { ToolDefinition } from "../tool-registry.js"; /** * Live-docs tools (#1396 v0). * * `show_file` opens a read-only, live-updating view of a file in the Grackle * document pane. The handler returns a {@link DocumentShowDescriptor} on the * result `_meta`; the broker capture in `mcp-server.ts` reads it and emits a * `document.show` domain event carrying the URI **reference** (not baked * content). The web renders the file via the AHP resource bridge (#1395) and * refreshes it whenever the file changes on disk. */ export declare const documentsTools: ToolDefinition[]; //# sourceMappingURL=documents.d.ts.map