mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-01-30 06:22:04 +00:00
Resolves Docker test failures where sql.js databases (which don't support FTS5) were failing validation checks. The validateDatabaseHealth() method now checks FTS5 support before attempting FTS5 table queries. Changes: - Check db.checkFTS5Support() before FTS5 table validation - Log warning for sql.js databases instead of failing - Allows Docker containers using sql.js to start successfully Fixes: Docker entrypoint integration tests Related: feature/session-persistence-phase-1 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>