feat: add Cloud Run + OAuth remote deployment (DGP-1236) - #1
Merged
Conversation
Port the google-ads-mcp remote deployment pattern (upstream PR googleanalytics#160), rebased onto v0.7.0 with security hardening: - Migrate coordinator to FastMCP; register all 9 tools with ToolAnnotations(readOnlyHint=True) - server.py: streamable-http on $PORT when OAuth env vars are set, stdio otherwise; uvicorn access logs disabled so OAuth callback URLs (authorization codes) never reach Cloud Logging; httpx logger silenced - client.py: per-request OAuth token resolution that fails closed in HTTP mode (no silent fallback to server ADC); keeps prevent_stdio_inheritance() around google.auth.default() - Replace google-adk dependency with fastmcp>=3.2.0 - Fix run_funnel_report Dict[str,str] hints -> Dict[str,Any] (schema compatibility with Claude Desktop; funnel_next_action takes int limit) - Dockerfile: pinned uv image, non-root user; .dockerignore excludes credentials, env files, VCS metadata - deploy/cloud-run.sh: two-phase Cloud Run deploy with the client secret sourced from Secret Manager - Tests for tool registration, generated schemas, required fields, read-only annotations, and fail-closed credential behavior Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Port the google-ads-mcp remote deployment pattern (upstream PR googleanalytics#160), rebased onto v0.7.0 with security hardening: