From 2c035c8553be6b0e6d322b48b9b990d90541e15c Mon Sep 17 00:00:00 2001 From: Gemini Agent Date: Tue, 21 Jul 2026 10:54:43 +0000 Subject: [PATCH] fix(opax-mcp): use canonical service URL for agent and smoke test --- cloudbuild.mcp.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloudbuild.mcp.yaml b/cloudbuild.mcp.yaml index 0cf2c29..9196856 100644 --- a/cloudbuild.mcp.yaml +++ b/cloudbuild.mcp.yaml @@ -70,7 +70,7 @@ steps: - '-c' - | echo "=== MCP Smoke Test ===" - SVC_URL="https://opax-mcp-zjbqp3prqq-uc.a.run.app" + SVC_URL="https://opax-mcp-357036551735.us-central1.run.app" echo "Service URL: $$SVC_URL" TOKEN=$$(curl -s -H "Metadata-Flavor: Google" \ "http://metadata.google.internal/computeMetadata/v1/instance/service-accounts/default/identity?audience=$$SVC_URL&format=full") @@ -91,7 +91,7 @@ steps: WH_URL=$$(gcloud secrets versions access latest \ --secret=webhook-url --project=${PROJECT_ID} 2>/dev/null || echo "") if [[ -n "$$WH_URL" ]]; then - MSG="✅ opax-mcp deploy fullført\nCommit: $COMMIT_SHA\nService: opax-mcp (${_REGION})\nhttps://opax-mcp-zjbqp3prqq-uc.a.run.app" + MSG="✅ opax-mcp deploy fullført\nCommit: $COMMIT_SHA\nService: opax-mcp (${_REGION})\nhttps://opax-mcp-357036551735.us-central1.run.app" curl -s -X POST "$$WH_URL" \ -H 'Content-Type: application/json' \ -d "{\"text\": \"$$MSG\"}" || true