You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(mcp): improve config loading to read from app.config first
Update MCP config loading to properly read from Flask app.config
before falling back to defaults. This allows users to override
MCP settings in their superset_config.py file.
- Refactor get_mcp_config() to accept app_config parameter
- Use Pythonic dict unpacking for cleaner config merging
- Add type hints with modern union syntax
- Update flask_singleton.py to pass app.config to get_mcp_config()
0 commit comments