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
refactor: improve structured content handling and code quality
- Change verbose info logging to debug level for tool responses
to reduce production log noise while maintaining debug capability
- Remove redundant isinstance check in plugin response handling
- Add comprehensive docstring explaining structured content return
types and MCP SDK behavior in call_tool function
- Add test case for structured content validation with tuple returns
- Improve code maintainability and documentation clarity
These changes enhance code quality without altering functionality,
improving pylint score from 9.64 to 9.77.
Signed-off-by: Mihai Criveti <[email protected]>
0 commit comments