This is an automated email from the ASF dual-hosted git repository.
arivero pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from 3609cd9544d feat(mcp): add compile check to validate chart queries
before returning (#38408)
add 84a53eab31c feat(mcp): add pie, pivot table, and mixed timeseries
chart creation support (#38375)
No new revisions were added by this update.
Summary of changes:
superset/mcp_service/app.py | 3 +
superset/mcp_service/chart/chart_utils.py | 289 ++++++-
superset/mcp_service/chart/schemas.py | 188 ++++-
.../chart/validation/schema_validator.py | 169 +++-
.../mcp_service/chart/test_new_chart_types.py | 929 +++++++++++++++++++++
5 files changed, 1529 insertions(+), 49 deletions(-)
create mode 100644 tests/unit_tests/mcp_service/chart/test_new_chart_types.py