mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-01-30 06:22:04 +00:00
docs(changelog): document P0-R3 fixes and enhancements
- Added --extract-only mode documentation - Documented searchNodesLIKE includeExamples fix - Added auto-table-creation feature 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -67,15 +67,25 @@ get_node_essentials({
|
|||||||
|
|
||||||
- **Template Processing**
|
- **Template Processing**
|
||||||
- Automatic config extraction during `npm run fetch:templates`
|
- Automatic config extraction during `npm run fetch:templates`
|
||||||
|
- Standalone extraction mode: `npm run fetch:templates:extract`
|
||||||
- Expression detection ({{...}}, $json, $node)
|
- Expression detection ({{...}}, $json, $node)
|
||||||
- Complexity analysis and use case extraction
|
- Complexity analysis and use case extraction
|
||||||
- Ranking by template popularity
|
- Ranking by template popularity
|
||||||
|
- Auto-creates `template_node_configs` table if missing
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
- Tool: `get_node_for_task` (see Breaking Changes above)
|
- Tool: `get_node_for_task` (see Breaking Changes above)
|
||||||
- Tool documentation: `get-node-for-task.ts`
|
- Tool documentation: `get-node-for-task.ts`
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- **`search_nodes` includeExamples Support**
|
||||||
|
- Fixed `includeExamples` parameter not working due to missing FTS5 table
|
||||||
|
- Added example support to `searchNodesLIKE` fallback method
|
||||||
|
- Now returns template-based examples in all search scenarios
|
||||||
|
- Affects 100% of search_nodes calls (database lacks nodes_fts table)
|
||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
|
|
||||||
- `TaskTemplates` service marked for removal in v2.16.0
|
- `TaskTemplates` service marked for removal in v2.16.0
|
||||||
|
|||||||
Reference in New Issue
Block a user