aminghadersohi commented on code in PR #38562: URL: https://github.com/apache/superset/pull/38562#discussion_r2930364233
########## superset/mcp_service/chart/schemas.py: ########## Review Comment: Good question. Chart schemas are by far the largest (1,301 lines) and account for the bulk of the token bloat in search results — a "chart" search returns ~85k chars. Dashboard and system schemas are significantly smaller and don't appear in the same high-token search results. That said, for consistency I can trim the verbose descriptions in dashboard/schemas.py and system/schemas.py in a follow-up PR. -- 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]
