@ainyc/canonry 3.6.4 → 4.1.3

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
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  createServer
3
- } from "./chunk-JMVBV3AT.js";
3
+ } from "./chunk-JV6X6AFT.js";
4
4
  import {
5
5
  loadConfig
6
- } from "./chunk-RQMOJEJT.js";
7
- import "./chunk-GP2P2WPS.js";
8
- import "./chunk-O7EVT3AF.js";
6
+ } from "./chunk-KCETXLDF.js";
7
+ import "./chunk-AXMSAMKN.js";
8
+ import "./chunk-O5JZQUPX.js";
9
9
  export {
10
10
  createServer,
11
11
  loadConfig
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  IntelligenceService
3
- } from "./chunk-GP2P2WPS.js";
4
- import "./chunk-O7EVT3AF.js";
3
+ } from "./chunk-AXMSAMKN.js";
4
+ import "./chunk-O5JZQUPX.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-RQMOJEJT.js";
6
- import "./chunk-O7EVT3AF.js";
5
+ } from "./chunk-KCETXLDF.js";
6
+ import "./chunk-O5JZQUPX.js";
7
7
 
8
8
  // src/mcp/cli.ts
9
9
  import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js";
@@ -118,8 +118,8 @@ var CANONRY_MCP_TOOLKITS = [
118
118
  {
119
119
  name: "setup",
120
120
  title: "Project configuration",
121
- description: "Manage keywords, competitors, schedules, project upsert, and config-as-code roundtrips.",
122
- whenToLoad: "Load when onboarding a new project or editing tracked keywords, competitors, or schedules."
121
+ description: "Manage queries, competitors, schedules, project upsert, and config-as-code roundtrips.",
122
+ whenToLoad: "Load when onboarding a new project or editing tracked queries, competitors, or schedules."
123
123
  },
124
124
  {
125
125
  name: "gsc",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ainyc/canonry",
3
- "version": "3.6.4",
3
+ "version": "4.1.3",
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",
@@ -61,19 +61,19 @@
61
61
  "tsx": "^4.19.0",
62
62
  "@ainyc/canonry-api-routes": "0.0.0",
63
63
  "@ainyc/canonry-config": "0.0.0",
64
- "@ainyc/canonry-contracts": "0.0.0",
65
64
  "@ainyc/canonry-db": "0.0.0",
66
65
  "@ainyc/canonry-integration-bing": "0.0.0",
67
- "@ainyc/canonry-integration-commoncrawl": "0.0.0",
68
66
  "@ainyc/canonry-intelligence": "0.0.0",
69
- "@ainyc/canonry-integration-wordpress": "0.0.0",
67
+ "@ainyc/canonry-contracts": "0.0.0",
68
+ "@ainyc/canonry-integration-commoncrawl": "0.0.0",
69
+ "@ainyc/canonry-integration-google": "0.0.0",
70
+ "@ainyc/canonry-provider-cdp": "0.0.0",
70
71
  "@ainyc/canonry-provider-claude": "0.0.0",
72
+ "@ainyc/canonry-integration-wordpress": "0.0.0",
73
+ "@ainyc/canonry-provider-gemini": "0.0.0",
71
74
  "@ainyc/canonry-provider-local": "0.0.0",
72
- "@ainyc/canonry-provider-cdp": "0.0.0",
73
75
  "@ainyc/canonry-provider-openai": "0.0.0",
74
- "@ainyc/canonry-provider-gemini": "0.0.0",
75
- "@ainyc/canonry-provider-perplexity": "0.0.0",
76
- "@ainyc/canonry-integration-google": "0.0.0"
76
+ "@ainyc/canonry-provider-perplexity": "0.0.0"
77
77
  },
78
78
  "scripts": {
79
79
  "build": "tsx scripts/copy-agent-assets.ts && tsup && tsx build-web.ts",