bito-code-review[bot] commented on PR #40690: URL: https://github.com/apache/superset/pull/40690#issuecomment-4614399420
<!-- Bito Reply --> The flagged issue is correct. The `get_schema` tool's advertised capabilities in the system instructions currently omit `report`, which creates a contract mismatch that can lead MCP agents to skip necessary schema discovery for reports. To resolve this, you should update the `get_default_instructions` function in `superset/mcp_service/app.py` to include `report` in the list of supported model types for `get_schema`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
