litellm/tests/test_litellm/experimental_mcp_client
ryan-crabbe-berri 7acc0157df
fix(mcp): stop logging tool-call input in MCP client (#31393)
The MCP client logged the full tool arguments (and prompt arguments) at INFO on every call, so caller input such as user queries, model names, and instructions landed in the proxy application logs and any downstream log aggregator

Log only the tool or prompt name and drop the arguments from these INFO lines
2026-06-26 17:42:05 -07:00
..
test_mcp_client.py fix(mcp): stop logging tool-call input in MCP client (#31393) 2026-06-26 17:42:05 -07:00
test_tools.py style: run black formatter on files from main merge 2026-04-17 13:02:59 -07:00