You've already forked adk-python
mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -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
8 lines
222 B
Markdown
8 lines
222 B
Markdown
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:
|
|
|
|
```bash
|
|
uv run header_server.py
|
|
``` |