@hailer/mcp 1.1.7 → 1.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Document Tools - PDF/CSV Generation
3
+ *
4
+ * Tools for generating documents from templates:
5
+ * - List document templates (READ)
6
+ * - Generate PDF documents from activities (WRITE)
7
+ */
8
+ import { Tool } from '../tool-registry';
9
+ export declare const listDocumentTemplatesTool: Tool;
10
+ export declare const generateDocumentTool: Tool;
11
+ //# sourceMappingURL=document.d.ts.map