UNPKG

n8n-bookstack-agent-tool

Version:

Comprehensive BookStack API integration tool for n8n AI Agent with MCP framework compatibility

15 lines 469 B
export declare class ResourceTester { private tool; private config; private testResults; constructor(); testResource(resourceName: string): Promise<void>; private testCrudOperations; private testErrorHandling; private testExportOperations; private getCreateParams; getTestResults(): any; printSummary(): void; } export declare function testNextResource(): Promise<string | null>; //# sourceMappingURL=resource-tester.d.ts.map