Google Antigravity Python SDK — v0.1.1 Release Notes #34
allenhutchison
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Google Antigravity Python SDK — v0.1.1 Release Notes
This release focuses on significant enhancements to the Model Context Protocol (MCP) integration, adds native Vertex AI authentication support, improves robustness with better error handling, and includes critical fixes for token usage tracking.
🌟 Key Highlights
📋 Detailed Changes
Model Context Protocol (MCP)
mcp_{server_name}_{tool_name}) to prevent name collisions when connecting multiple MCP servers.enabled_tools(allowlist) anddisabled_tools(denylist) in server configurations to limit which tools are exposed to the agent.policy.allow,policy.deny, andpolicy.ask_user) to accept the MCP server configuration object directly. This simplifies defining permissions for all or specific tools on a server.namefield is now mandatory in MCP server configurations, and tool/parameter names are validated to ensure they are valid Python identifiers.Features & Enhancements
Robustness & Usability
usage_metadatawas not correctly returned when structured output (response.structured_output()) was used.Bug Fixes
pytype) warnings (includingwrong-keyword-argsinLocalAgentConfig) across several modules.Beta Was this translation helpful? Give feedback.
All reactions