From 4032376927bc04ae4ea610b9439996d2ee6f601d Mon Sep 17 00:00:00 2001 From: Gemini Agent Date: Tue, 21 Jul 2026 10:35:07 +0000 Subject: [PATCH] fix(opax-mcp): use canonical service URL for agent --- cloudbuild.mcp.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudbuild.mcp.yaml b/cloudbuild.mcp.yaml index 605d0b0..0cf2c29 100644 --- a/cloudbuild.mcp.yaml +++ b/cloudbuild.mcp.yaml @@ -51,7 +51,7 @@ steps: - '--region=${_REGION}' - '--project=${PROJECT_ID}' - '--service-account=${_MCP_SA}' - - '--set-env-vars=GOOGLE_CLOUD_PROJECT=${PROJECT_ID},OPAX_BASE_URL=https://opax.vauco.no,OSVAUCO_AGENT_URL=https://osvauco-agent-zjbqp3prqq-uc.a.run.app' + - '--set-env-vars=GOOGLE_CLOUD_PROJECT=${PROJECT_ID},OPAX_BASE_URL=https://opax.vauco.no,OSVAUCO_AGENT_URL=https://osvauco-agent-357036551735.us-central1.run.app' - '--update-secrets=MCP_SECRET=mcp-server-key:latest,INTERNAL_API_KEY=INTERNAL_API_KEY:latest' - '--allow-unauthenticated' - '--port=8080'