rusackas commented on PR #41607: URL: https://github.com/apache/superset/pull/41607#issuecomment-5099588251
Any chance you can push the switch to `mcp.local_provider.remove_tool` I asked about a couple weeks back? Still calling `mcp.remove_tool` here, which is the deprecated wrapper that raises `NotFoundError` instead of the `KeyError` this actually catches — so the missing-tool path hard-fails in prod even though the mocked test passes. Happy to merge once that's in and the test exercises the real path. -- 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]
