You've already forked adk-python
mirror of
https://github.com/encounter/adk-python.git
synced 2026-03-30 10:57:20 -07:00
6dcbb5aca6
Add a header_provider param which is a callable[ReadonlyContext, Dict[str, Any]] for users to build headers in MCPToolset fix: https://github.com/google/adk-python/issues/3156 PiperOrigin-RevId: 820412372
This agent connects to a local MCP server via Streamable HTTP and provides custom per-request headers to the MCP server.
To run this agent, start the local MCP server first by running:
uv run header_server.py