Victor Kaugesaar
Victor Kaugesaar
I'd be happy to work on this feature myself. However, before diving in, I wanted to check whether it's within the project's scope. Would you accept a pull request for...
## Overview This PR aligns the Go MCP toolset with the adk-python implementation by introducing: ### 1. HeaderProvider support Allows tool calls to attach context-aware HTTP headers (auth tokens, user/session...
## Overview This PR adds support for Gemini's built-in grounding tools to bring adk-go to feature parity with adk-python. These tools enable URL content retrieval, Google Maps grounding, enterprise web...
Currently, adk-go lacks the VertexAI Session Service that exists in adk-python. The Python implementation includes `VertexAiSessionService` which provides: - Session creation, retrieval, listing, and deletion via Vertex AI APIs -...