🚀 New Features
📥 Automatic IDE Config Import
- Auto-import existing MCP servers from Claude Desktop, Cursor, Windsurf, Zed
make installandmake install-devnow import configs by default- Zero-friction migration from scattered configs to unified Gateway
🏆 Homebrew Now Recommended
- Moved Homebrew to Method 1 (Recommended) in installation docs
- Better dependency management (PostgreSQL, Ollama)
- Cleaner install experience for macOS users
📊 docker-mcp Comparison
- Added detailed comparison table in README
- 13 key differentiators highlighted
- Clear value proposition for AIRIS Gateway
🛠️ Improvements
Installation
make install- Auto-imports existing IDE configs (new default behavior)make install-dev- Development mode with auto-importmake install-import- Explicit import (for backward compatibility)
Scripts
scripts/import_existing_configs.py- IDE config detection and merge- Detects: Claude Desktop, Cursor, Windsurf, Zed
- Deduplicates MCP servers automatically
- Generates import summary report
📖 What's Changed
Installation Workflow:
# Before
brew install airis-mcp-gateway
airis-gateway install # Manual config only
# After (v1.2.0)
brew install airis-mcp-gateway
airis-gateway install # Auto-imports + unified Gateway setup!Import Summary Example:
📱 Detected IDEs (2):
✅ Claude Desktop
✅ Cursor
📦 Found MCP Servers (14 total)
➕ Added to AIRIS Gateway: 5 servers
🔄 Duplicates (merged): 7
✅ Import complete! Restart editors to use unified Gateway.
🔗 Links
- Full Changelog: v1.1.1...v1.2.0
- Documentation: https://github.com/agiletec-inc/airis-mcp-gateway#readme
Contributors: @kazukinakai
Full commit: 741e45f