fix: fix tool count in diagnostic test and rename n8n_create_data_table to n8n_create_datatable

- Update diagnostic test to expect 14 management tools and 21 total (was 13/20)
- Rename MCP tool from n8n_create_data_table to n8n_create_datatable to match
  n8n's own node naming convention (n8n-nodes-base.datatable)

Conceived by Romuald Członkowski - https://www.aiadvisors.pl/en

https://claude.ai/code/session_01N9LRZy1t5jVisF1p7RXeR7
This commit is contained in:
Claude
2026-03-20 19:23:05 +00:00
parent 4a9e3c7ec0
commit a5c20de3c2
8 changed files with 15 additions and 15 deletions

View File

@@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- **`n8n_create_data_table` MCP tool** (Issue #640): Create data tables in n8n via the REST API
- **`n8n_create_datatable` MCP tool** (Issue #640): Create data tables in n8n via the REST API
- `N8nApiClient.createDataTable()` calling `POST /data-tables`
- Zod-validated handler with `N8nApiError` handling for structured error responses
- TypeScript interfaces matching the n8n OpenAPI spec (`DataTableColumn`, `DataTableColumnResponse`, `DataTable`)
@@ -23,7 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- **Health check management tool count**: Updated from 13 to 14 to include `n8n_create_data_table`
- **Health check management tool count**: Updated from 13 to 14 to include `n8n_create_datatable`
Conceived by Romuald Członkowski - https://www.aiadvisors.pl/en