Attach an OAuthConfigStorage to an AgentConfig so that downstream
callTool invocations pick it up when constructing an OAuth provider.
Call this once after resolving the agent (typically in the CLI after
loading from ~/.adcp/config.json, or in a multi-tenant service after
looking up the agent record for a request).
Attach an
OAuthConfigStorageto anAgentConfigso that downstreamcallToolinvocations pick it up when constructing an OAuth provider.Call this once after resolving the agent (typically in the CLI after loading from
~/.adcp/config.json, or in a multi-tenant service after looking up the agent record for a request).