mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-03-17 16:03:08 +00:00
- Updated "should return 400 for empty session ID" test to expect "Mcp-Session-Id header is required" instead of "Invalid session ID format" (empty strings are treated as missing headers) - Updated "should return 404 for non-existent session" test to verify any non-empty string format is accepted - Updated "should accept any non-empty string as session ID" test to comprehensively test all session ID formats - All 38 session management tests now pass This aligns with the relaxed session ID validation introduced in PR #309 for multi-tenant support. The server now accepts any non-empty string as a session ID to support various MCP clients (UUIDv4, instance-prefixed, mcp-remote, custom formats). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>