@canonry/canonry 4.170.0 → 4.171.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -3,11 +3,11 @@ import {
3
3
  createGoogleMarketingCredentialStore,
4
4
  createGoogleMarketingRuntime,
5
5
  createServer
6
- } from "./chunk-NMCLLN5X.js";
6
+ } from "./chunk-5KGN224W.js";
7
7
  import {
8
8
  loadConfig
9
- } from "./chunk-BMW3AURU.js";
10
- import "./chunk-CCZNCH7Y.js";
9
+ } from "./chunk-IIFDS3K2.js";
10
+ import "./chunk-O226BLC7.js";
11
11
  import "./chunk-HJ7W2LXI.js";
12
12
  export {
13
13
  GoogleMarketingRuntimeError,
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  IntelligenceService
3
- } from "./chunk-CCZNCH7Y.js";
3
+ } from "./chunk-O226BLC7.js";
4
4
  import "./chunk-HJ7W2LXI.js";
5
5
  export {
6
6
  IntelligenceService
package/dist/mcp.js CHANGED
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  autoSyncSkills
3
- } from "./chunk-HTUI6BSK.js";
3
+ } from "./chunk-RR4KSDOD.js";
4
4
  import {
5
5
  CliError,
6
6
  PACKAGE_VERSION,
7
7
  canonryMcpTools,
8
8
  createApiClient
9
- } from "./chunk-BMW3AURU.js";
9
+ } from "./chunk-IIFDS3K2.js";
10
10
  import {
11
11
  isReadOnlyKey
12
12
  } from "./chunk-HJ7W2LXI.js";
@@ -109,7 +109,20 @@ function zodErrorMessage(error) {
109
109
  }
110
110
 
111
111
  // src/mcp/toolkits.ts
112
- var CANONRY_MCP_TOOLKIT_NAMES = ["monitoring", "setup", "gsc", "ga", "gbp", "ads", "traffic", "agent", "discovery"];
112
+ var CANONRY_MCP_TOOLKIT_NAMES = [
113
+ "monitoring",
114
+ "setup",
115
+ "gsc",
116
+ "ga",
117
+ "gbp",
118
+ "ads",
119
+ "google-ads",
120
+ "gtm",
121
+ "conversion-tracking",
122
+ "traffic",
123
+ "agent",
124
+ "discovery"
125
+ ];
113
126
  var CANONRY_MCP_TOOLKITS = [
114
127
  {
115
128
  name: "monitoring",
@@ -147,6 +160,24 @@ var CANONRY_MCP_TOOLKITS = [
147
160
  description: "Live OpenAI ad-account review state, targetable geo IDs, conversion pixels/event settings, synced campaign structure, paid-performance rollups, and guarded lifecycle operations.",
148
161
  whenToLoad: "Load when planning, creating, reviewing, or measuring ChatGPT ads, including geo and conversion-readiness checks before launch."
149
162
  },
163
+ {
164
+ name: "google-ads",
165
+ title: "Google Ads conversion evidence",
166
+ description: "Read a connected Google Ads account, its conversion actions, effective campaign goals, and bounded stored snapshots. v1 only reads provider state; it never edits campaigns, conversion actions, or bidding goals.",
167
+ whenToLoad: "Load when selecting a Google Ads customer, reviewing conversion-action and effective-goal evidence, or starting a bounded read-only sync."
168
+ },
169
+ {
170
+ name: "gtm",
171
+ title: "Google Tag Manager conversion evidence",
172
+ description: "Read GTM accounts, containers, workspaces, and sanitized live/draft tag graphs used to verify a conversion contract. v1 never edits a workspace or publishes a container version.",
173
+ whenToLoad: "Load when selecting a GTM container, reviewing a live or draft conversion-tag graph, or starting a bounded read-only sync."
174
+ },
175
+ {
176
+ name: "conversion-tracking",
177
+ title: "Cross-provider conversion integrity",
178
+ description: "Read declared conversion contracts and assess them against stored Google Ads and GTM evidence without calling or mutating either provider.",
179
+ whenToLoad: "Load when listing or inspecting declared conversion contracts, or when checking whether stored Google Ads and GTM evidence is consistent with one contract."
180
+ },
150
181
  {
151
182
  name: "traffic",
152
183
  title: "Server-side traffic ingestion",
@@ -282,6 +313,8 @@ Sweeps and probes spend provider quota and write rows. Get explicit approval bef
282
313
 
283
314
  Most reads are free. Five ads reads are NOT: canonry_ads_account, canonry_ads_geo_search, canonry_ads_live_delivery, canonry_ads_conversion_pixels and canonry_ads_conversion_event_settings call the provider live and spend against the advertiser account. They are marked read, so nothing in the tool list warns you. Get approval for those exactly as for a mutation.
284
315
 
316
+ Google Marketing also calls providers live. Get approval before canonry_google_ads_customers, canonry_gtm_accounts, canonry_gtm_containers, canonry_gtm_workspaces, canonry_google_ads_sync or canonry_gtm_sync.
317
+
285
318
  A null answerMentioned means NOT CHECKED, not "not mentioned". Never coerce it to false.
286
319
 
287
320
  If no sweep has run, say so. Never state a mention or citation figure that no run produced.`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canonry/canonry",
3
- "version": "4.170.0",
3
+ "version": "4.171.0",
4
4
  "type": "module",
5
5
  "description": "Agent-first open-source AEO operating platform - track how answer engines cite your domain",
6
6
  "license": "FSL-1.1-ALv2",
@@ -77,24 +77,24 @@
77
77
  "@ainyc/canonry-contracts": "0.0.0",
78
78
  "@ainyc/canonry-integration-bing": "0.0.0",
79
79
  "@ainyc/canonry-integration-cloudflare-queue": "0.0.0",
80
- "@ainyc/canonry-integration-cloudflare-worker": "0.0.0",
81
80
  "@ainyc/canonry-integration-openai-ads": "0.0.0",
82
- "@ainyc/canonry-integration-google": "0.0.0",
83
81
  "@ainyc/canonry-integration-cloud-run": "0.0.0",
82
+ "@ainyc/canonry-integration-google": "0.0.0",
84
83
  "@ainyc/canonry-integration-commoncrawl": "0.0.0",
85
- "@ainyc/canonry-integration-google-places": "0.0.0",
86
- "@ainyc/canonry-integration-google-business-profile": "0.0.0",
84
+ "@ainyc/canonry-integration-cloudflare-worker": "0.0.0",
87
85
  "@ainyc/canonry-integration-google-ads": "0.0.0",
86
+ "@ainyc/canonry-integration-google-business-profile": "0.0.0",
88
87
  "@ainyc/canonry-integration-google-tag-manager": "0.0.0",
89
88
  "@ainyc/canonry-integration-traffic": "0.0.0",
89
+ "@ainyc/canonry-integration-google-places": "0.0.0",
90
90
  "@ainyc/canonry-integration-wordpress": "0.0.0",
91
- "@ainyc/canonry-provider-cdp": "0.0.0",
92
91
  "@ainyc/canonry-intelligence": "0.0.0",
92
+ "@ainyc/canonry-provider-cdp": "0.0.0",
93
93
  "@ainyc/canonry-provider-claude": "0.0.0",
94
94
  "@ainyc/canonry-provider-local": "0.0.0",
95
+ "@ainyc/canonry-provider-gemini": "0.0.0",
95
96
  "@ainyc/canonry-provider-openai": "0.0.0",
96
- "@ainyc/canonry-provider-perplexity": "0.0.0",
97
- "@ainyc/canonry-provider-gemini": "0.0.0"
97
+ "@ainyc/canonry-provider-perplexity": "0.0.0"
98
98
  },
99
99
  "scripts": {
100
100
  "build": "tsx scripts/copy-agent-assets.ts && tsup && tsx build-web.ts",