Skip to content

logly/mureo

v0.9.11 Bugfix

This release fixes issues for SREs watching stability and regressions.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

advertising agentic-ai ai-agents claude-code cli codex
+11 more
cursor facebook-ads gemini-cli google-ads marketing marketing-automation mcp meta-ads model-context-protocol python search-console

Summary

AI summary

Fixed list_accessible_accounts to correctly resolve name and manager flag for customers linked via different MCC hierarchies.

Changes in this release

Bugfix Medium

Fixes name resolution and manager flag handling in list_accessible_accounts for customers outside operator-default MCC.

Fixes name resolution and manager flag handling in list_accessible_accounts for customers outside operator-default MCC.

Source: llm_adapter@2026-05-26

Confidence: low

Full changelog

Name resolution across MCC hierarchies in list_accessible_accounts

Patch release on top of v0.9.10. One Google Ads adapter fix, backward-compatible.

Fixed — list_accessible_accounts resolves name + manager flag for customers outside the operator-default MCC

mureo.google_ads.list_accessible_accounts (made public in v0.9.10) queried every customer returned by listAccessibleCustomers through the operator-wide credentials.login_customer_id. The Google Ads API rejects a request when the customer_id is not reachable via the request's login_customer_id header, so customers reached only through a manager-link to a different MCC silently fell back to the raw ID for name and False for is_manager — and their child accounts were never traversed.

The fix builds a fresh client per customer with the customer's own ID as login_customer_id for both the info query and the child traversal. The operator-default base_client is now used only for listAccessibleCustomers itself. The function's signature and list[dict[str, Any]] return shape are unchanged.

PRs in this release

  • #147 — fix(google-ads): resolve name + manager flag for customers outside operator-default MCC

Upgrade

pip install --upgrade mureo

No code changes required for callers. Pickers built on list_accessible_accounts automatically surface descriptive names and manager flags for separately-linked MCCs on the next call.

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track logly/mureo

Get notified when new releases ship.

Sign up free

About logly/mureo

Framework for AI agents (Claude Code, Cursor, Codex, Gemini) to operate Google Ads, Meta Ads, and Search Console. Grounded in a local STRATEGY.md — not metric-chasing. Defense-in-depth security, local-first. Apache 2.0.

All releases →

Beta — feedback welcome: [email protected]