Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .agents/services/analytics/google-analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tools:
glob: true
grep: true
webfetch: true
google-analytics-mcp_*: true
google_analytics_mcp_*: true
---

# Google Analytics MCP Integration
Expand Down Expand Up @@ -100,7 +100,7 @@ Add to `~/.config/opencode/opencode.json` (disabled globally for token efficienc
}
```

**Per-Agent Enablement**: Google Analytics tools are enabled via `google-analytics-mcp_*: true` in this subagent's `tools:` section. Main agents (`seo.md`, `marketing.md`, `sales.md`) reference this subagent for analytics operations, ensuring the MCP is only loaded when needed.
**Per-Agent Enablement**: Google Analytics tools are enabled via `google_analytics_mcp_*: true` in this subagent's `tools:` section. Main agents (`seo.md`, `marketing.md`, `sales.md`) reference this subagent for analytics operations, ensuring the MCP is only loaded when needed.

### Gemini CLI Configuration

Expand Down
Loading