Files
adk-python/contributing/samples/mcp_dynamic_header_agent/README.md
T

8 lines
222 B
Markdown
Raw Normal View History

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
```