@ainyc/canonry 4.14.0 → 4.15.2

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.d.ts CHANGED
@@ -116,6 +116,7 @@ interface CanonryConfig {
116
116
  dashboardPasswordHash?: string;
117
117
  telemetry?: boolean;
118
118
  anonymousId?: string;
119
+ lastSeenVersion?: string;
119
120
  agent?: AgentConfigEntry;
120
121
  }
121
122
  declare function loadConfig(): CanonryConfig;
package/dist/index.js CHANGED
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  createServer
3
- } from "./chunk-UQHWSCTE.js";
3
+ } from "./chunk-IVNWS2YU.js";
4
4
  import {
5
5
  loadConfig
6
- } from "./chunk-5NYG5EC7.js";
7
- import "./chunk-7HBZCGRL.js";
8
- import "./chunk-6QTH5NS5.js";
6
+ } from "./chunk-7SRKUAZO.js";
7
+ import "./chunk-MI33SQL6.js";
8
+ import "./chunk-ONI3TX2A.js";
9
9
  export {
10
10
  createServer,
11
11
  loadConfig
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  IntelligenceService
3
- } from "./chunk-7HBZCGRL.js";
4
- import "./chunk-6QTH5NS5.js";
3
+ } from "./chunk-MI33SQL6.js";
4
+ import "./chunk-ONI3TX2A.js";
5
5
  export {
6
6
  IntelligenceService
7
7
  };
package/dist/mcp.js CHANGED
@@ -2,8 +2,8 @@ import {
2
2
  CliError,
3
3
  canonryMcpTools,
4
4
  createApiClient
5
- } from "./chunk-5NYG5EC7.js";
6
- import "./chunk-6QTH5NS5.js";
5
+ } from "./chunk-7SRKUAZO.js";
6
+ import "./chunk-ONI3TX2A.js";
7
7
 
8
8
  // src/mcp/cli.ts
9
9
  import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js";
@@ -107,7 +107,7 @@ function zodErrorMessage(error) {
107
107
  }
108
108
 
109
109
  // src/mcp/toolkits.ts
110
- var CANONRY_MCP_TOOLKIT_NAMES = ["monitoring", "setup", "gsc", "ga", "agent"];
110
+ var CANONRY_MCP_TOOLKIT_NAMES = ["monitoring", "setup", "gsc", "ga", "traffic", "agent"];
111
111
  var CANONRY_MCP_TOOLKITS = [
112
112
  {
113
113
  name: "monitoring",
@@ -133,6 +133,12 @@ var CANONRY_MCP_TOOLKITS = [
133
133
  description: "Read GA traffic, AI/social referral history, attribution trend, and session history.",
134
134
  whenToLoad: "Load when you need traffic, referral, or attribution data from Google Analytics 4."
135
135
  },
136
+ {
137
+ name: "traffic",
138
+ title: "Server-side traffic ingestion",
139
+ description: "Connect Cloud Run traffic sources, trigger syncs, and read crawler / AI-referral hourly rollups straight from server logs (no GA dependency).",
140
+ whenToLoad: "Load when you need server-log evidence of crawler hits or AI-referral arrivals (e.g. confirming GPTBot or ChatGPT-User on a page), or when wiring up / syncing a Cloud Run traffic source."
141
+ },
136
142
  {
137
143
  name: "agent",
138
144
  title: "Aero agent lifecycle and memory",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ainyc/canonry",
3
- "version": "4.14.0",
3
+ "version": "4.15.2",
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",
@@ -62,19 +62,19 @@
62
62
  "@ainyc/canonry-api-routes": "0.0.0",
63
63
  "@ainyc/canonry-config": "0.0.0",
64
64
  "@ainyc/canonry-intelligence": "0.0.0",
65
- "@ainyc/canonry-contracts": "0.0.0",
66
65
  "@ainyc/canonry-db": "0.0.0",
66
+ "@ainyc/canonry-contracts": "0.0.0",
67
67
  "@ainyc/canonry-integration-cloud-run": "0.0.0",
68
- "@ainyc/canonry-integration-bing": "0.0.0",
69
68
  "@ainyc/canonry-integration-commoncrawl": "0.0.0",
70
69
  "@ainyc/canonry-integration-google": "0.0.0",
70
+ "@ainyc/canonry-integration-wordpress": "0.0.0",
71
+ "@ainyc/canonry-provider-cdp": "0.0.0",
71
72
  "@ainyc/canonry-integration-traffic": "0.0.0",
72
73
  "@ainyc/canonry-provider-claude": "0.0.0",
73
- "@ainyc/canonry-provider-cdp": "0.0.0",
74
- "@ainyc/canonry-integration-wordpress": "0.0.0",
75
- "@ainyc/canonry-provider-gemini": "0.0.0",
76
- "@ainyc/canonry-provider-local": "0.0.0",
74
+ "@ainyc/canonry-integration-bing": "0.0.0",
77
75
  "@ainyc/canonry-provider-openai": "0.0.0",
76
+ "@ainyc/canonry-provider-local": "0.0.0",
77
+ "@ainyc/canonry-provider-gemini": "0.0.0",
78
78
  "@ainyc/canonry-provider-perplexity": "0.0.0"
79
79
  },
80
80
  "scripts": {