I am using AIChatAgent (with hono-agents) and would like to add authentication/authorization to tools as outlined in this doc. That doc links to a GitHub example that creates a remote MCP server with McpAgent
Is it possible to either 1) add OAuth to tools in AIChatAgent directly or 2) create a separate MCP server that has OAuth tools and register it with AIChatAgent?
I am using
AIChatAgent(with hono-agents) and would like to add authentication/authorization to tools as outlined in this doc. That doc links to a GitHub example that creates a remote MCP server withMcpAgentIs it possible to either 1) add OAuth to tools in
AIChatAgentdirectly or 2) create a separate MCP server that has OAuth tools and register it withAIChatAgent?