Files
basecamp-mcp-server/generate_cursor_config.py
George Antonopoulos 65c31a7393 🔧 Add dual-run configuration support for FastMCP migration
- Update generate_cursor_config.py to support both FastMCP and legacy servers
- Add --legacy flag to switch to old mcp_server_cli.py during transition
- Default to new FastMCP server (basecamp_fastmcp.py) - RECOMMENDED
- Auto-cleanup old server configs when switching
- Provide clear migration instructions and fallback options

Usage:
  python generate_cursor_config.py           # Use FastMCP (default)
  python generate_cursor_config.py --legacy  # Use legacy server

Following migration plan P-5: Safe dual-run deployment with easy rollback
2025-07-27 19:33:01 +01:00

6.5 KiB