mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-02-08 22:05:08 -05:00
- Fix get_missing_input/get_mismatch_error to validate tool_arguments dict instead of the entire BlockInput data (critical bug) - Add type check for non-dict JSON-RPC error field in client.py - Add try/catch for non-JSON responses in client.py - Add raise_for_status and error payload checks to OAuth token requests - Remove hardcoded placeholder skip-list from _extract_auth_token - Fix server start timeout check in integration tests - Remove unused MCPTool import, move execute_block_test to top-level - Update tests to match fixed validation behavior - Fix MCP_BLOCK_IMPLEMENTATION.md (remove duplicate section, local path) - Soften PKCE comment in oauth.py