UNPKG

@baruchiro/paperless-mcp

Version:

Model Context Protocol (MCP) server for interacting with Paperless-NGX document management system. Enables AI assistants to manage documents, tags, correspondents, and document types through the Paperless-NGX API.

6 lines (5 loc) 207 B
export declare function getMonetaryValidationError(value: string): string | null; export declare function validateCustomFields(custom_fields: { field: number; value: unknown; }[] | undefined): void;