UNPKG

n8n-bookstack-agent-tool

Version:

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

19 lines 612 B
export declare class ComprehensiveTestSuite { private tool; private testResults; private config; constructor(); runFullTestSuite(): Promise<void>; private testApiConnectivity; private testToolInitialization; private testCommandGeneration; private testResourceCoverage; private testInputValidation; private testErrorHandling; private testCacheFunctionality; private testCliTool; private testN8nIntegration; private printFinalReport; } export declare function runComprehensiveTests(): Promise<void>; //# sourceMappingURL=comprehensive-test-suite.d.ts.map