chore: update n8n to 2.6.3 and bump version to 2.33.6 (#571)

This commit is contained in:
Romuald Członkowski
2026-02-06 09:09:37 +01:00
committed by GitHub
parent c8c76e435d
commit 6814880410
19 changed files with 6345 additions and 1256 deletions

View File

@@ -13,6 +13,9 @@ export declare class N8NDocumentationMCPServer {
private previousToolTimestamp;
private earlyLogger;
private disabledToolsCache;
private useSharedDatabase;
private sharedDbState;
private isShutdown;
constructor(instanceContext?: InstanceContext, earlyLogger?: EarlyErrorLogger);
close(): Promise<void>;
private initializeDatabase;