@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/README.md +57 -223
- package/assets/assets/{index-D0EPNRDs.css → index-C1WW21tz.css} +1 -1
- package/assets/assets/index-Qq_oMI-C.js +302 -0
- package/assets/index.html +2 -2
- package/dist/{chunk-5NYG5EC7.js → chunk-7SRKUAZO.js} +131 -2
- package/dist/{chunk-UQHWSCTE.js → chunk-IVNWS2YU.js} +473 -104
- package/dist/{chunk-7HBZCGRL.js → chunk-MI33SQL6.js} +27 -2
- package/dist/{chunk-6QTH5NS5.js → chunk-ONI3TX2A.js} +62 -0
- package/dist/cli.js +354 -119
- package/dist/index.d.ts +1 -0
- package/dist/index.js +4 -4
- package/dist/{intelligence-service-BCKXIKIL.js → intelligence-service-JYV3CO4H.js} +2 -2
- package/dist/mcp.js +9 -3
- package/package.json +7 -7
- package/assets/assets/index-B6Mi9Fd1.js +0 -302
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createServer
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-IVNWS2YU.js";
|
|
4
4
|
import {
|
|
5
5
|
loadConfig
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
6
|
+
} from "./chunk-7SRKUAZO.js";
|
|
7
|
+
import "./chunk-MI33SQL6.js";
|
|
8
|
+
import "./chunk-ONI3TX2A.js";
|
|
9
9
|
export {
|
|
10
10
|
createServer,
|
|
11
11
|
loadConfig
|
package/dist/mcp.js
CHANGED
|
@@ -2,8 +2,8 @@ import {
|
|
|
2
2
|
CliError,
|
|
3
3
|
canonryMcpTools,
|
|
4
4
|
createApiClient
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
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.
|
|
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-
|
|
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": {
|