n8n-bookstack-agent-tool
Version:
Comprehensive BookStack API integration tool for n8n AI Agent with MCP framework compatibility
12 lines • 384 B
TypeScript
export declare class N8nIntegrationTester {
private tool;
private config;
constructor();
runN8nIntegrationTests(): Promise<void>;
private testMCPCommandRegistration;
private testGuiConfiguration;
private testAgentCommandDiscovery;
private testExecCommandInterface;
private testPolicyDrivenUsage;
}
//# sourceMappingURL=n8n-integration-test.d.ts.map