UNPKG

n8n-bookstack-agent-tool

Version:

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

17 lines 566 B
export declare class MockTestEnvironment { private tool; private testResults; constructor(); runComprehensiveTests(): Promise<void>; private testToolInitialization; private testAvailableCommands; private testCommandMetadata; private testInputValidation; private testErrorHandling; private testCacheFunctionality; private testCliToolStructure; private testResourceCommandCoverage; private printTestSummary; } export declare function runMockTests(): Promise<void>; //# sourceMappingURL=mock-test-environment.d.ts.map