mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-01-30 06:22:04 +00:00
Implement comprehensive integration tests for 3 system tool handlers: - handleHealthCheck (3 tests): API connectivity, version checking, feature availability - handleListAvailableTools (7 tests): Tool discovery by category, configuration status, API limitations - handleDiagnostic (9 tests): Environment checks, API status, tools availability, verbose mode All 19 tests passing against real n8n instance. Coverage: - Health check: API availability verification, version information, feature discovery - Tool listing: All categories (Workflow Management, Execution Management, System), configuration details - Diagnostics: Environment variables, API connectivity, tool availability, troubleshooting steps, verbose debug mode 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>