mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-02-06 13:33:11 +00:00
feat: expand template window from 6 months to 1 year and add robust fetcher
- Changed template time window from 6 months to 1 year - Added robust incremental template fetcher that saves as it goes - Successfully fetched and saved 399 templates (up from 199) - Added npm script 'fetch:templates:robust' for better error handling - Templates now save incrementally to prevent data loss on errors 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -112,7 +112,7 @@ export class TemplateService {
|
||||
progressCallback?.('Fetching template list', current, total);
|
||||
});
|
||||
|
||||
logger.info(`Found ${templates.length} templates from last 6 months`);
|
||||
logger.info(`Found ${templates.length} templates from last year`);
|
||||
|
||||
// Fetch details for each template
|
||||
logger.info('Fetching template details');
|
||||
|
||||
Reference in New Issue
Block a user