WIP a2a-mcp updates
All checks were successful
build / test (push) Successful in 30s

This commit is contained in:
2026-05-23 14:33:03 -04:00
parent 4ff51157c0
commit 91c7bf9c57
5 changed files with 56 additions and 8 deletions

View File

@@ -60,7 +60,7 @@ export async function buildGateway(opts: GatewayOptions = {}): Promise<GatewayHa
upstreams.set(
a.name,
new UpstreamAgent({
name: a.name, url: a.url, token,
name: a.name, url: a.url, mcpPath: a.mcpPath, token,
cpJwt, cpUrl, bucket,
requestTimeoutMs: opts.upstreamRequestTimeoutMs,
streamIdleTimeoutMs: opts.upstreamStreamIdleTimeoutMs,