Back
AI summary
Written by AI from the official notes. Check them for exact details.New timeout configurations for MCP servers and improved error handling for local connections are now available.
- Custom timeouts for individual MCP servers added.
- Structured error propagation for terminal trajectory errors implemented.
- Enhanced local connection error handling in Python SDK.
Why it matters: Developers using Google AI tools should update to improve server management and error tracking.
Full release notes2 changes
This release introduces per-server MCP timeout configurations and improves local connection error handling.
- Per-Server MCP Timeout: Added configuration support to set custom timeouts (in seconds) for individual MCP servers (
BaseMcpServerConfig.timeout_seconds). - Terminal Error Propagation: The local connection now propagates terminal trajectory errors from the
localharnessbinary as structuredAntigravityExecutionErrorexceptions in the Python SDK during step collection.