mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
The entire merged input_data dict (containing server_url, credentials, selected_tool, etc.) was being assigned to tool_arguments instead of just the tool_arguments sub-dict. This would cause validation failures or MCP server rejections.