You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: address review comments - remove duplicate logging and add defensive handler test
- Remove logger.exception from base.py Tool.run() to avoid duplicate
logging (server.py's defensive handler already logs)
- Remove unused logging import from base.py
- Remove '# pragma: no cover' from server.py defensive exception handler
- Add test_handle_call_tool_defensive_exception_handler to verify
the defensive handler returns a generic error and does not leak
internal exception details
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments