mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-01-30 06:22:04 +00:00
7 lines
241 B
TypeScript
7 lines
241 B
TypeScript
export declare class DocsMapper {
|
|
private docsPath;
|
|
private readonly KNOWN_FIXES;
|
|
fetchDocumentation(nodeType: string): Promise<string | null>;
|
|
private enhanceLoopNodeDocumentation;
|
|
}
|
|
//# sourceMappingURL=docs-mapper.d.ts.map
|