Skip to content

refactor(mcp): improve config loading to read from app.config first

6bb4feb
Select commit
Loading
Failed to load commit list.
Open

feat(mcp): PR1 - Add MCP service scaffold for Apache Superset #35163

refactor(mcp): improve config loading to read from app.config first
6bb4feb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 25, 2025 in 1s

71.43% (+71.43%) compared to 77a5969

View this Pull Request on Codecov

71.43% (+71.43%) compared to 77a5969

Details

Codecov Report

❌ Patch coverage is 0% with 260 lines in your changes missing coverage. Please review.
✅ Project coverage is 71.43%. Comparing base (77a5969) to head (6bb4feb).

Files with missing lines Patch % Lines
superset/mcp_service/__main__.py 0.00% 51 Missing ⚠️
superset/mcp_service/app.py 0.00% 46 Missing ⚠️
...uperset/mcp_service/examples/custom_mcp_factory.py 0.00% 36 Missing ⚠️
superset/mcp_service/server.py 0.00% 33 Missing ⚠️
superset/mcp_service/simple_proxy.py 0.00% 31 Missing ⚠️
superset/mcp_service/mcp_config.py 0.00% 26 Missing ⚠️
superset/mcp_service/flask_singleton.py 0.00% 16 Missing ⚠️
superset/cli/mcp.py 0.00% 15 Missing ⚠️
superset/mcp_service/__init__.py 0.00% 6 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           master   #35163       +/-   ##
===========================================
+ Coverage        0   71.43%   +71.43%     
===========================================
  Files           0      596      +596     
  Lines           0    43744    +43744     
  Branches        0     4726     +4726     
===========================================
+ Hits            0    31249    +31249     
- Misses          0    11266    +11266     
- Partials        0     1229     +1229     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.