@ainyc/canonry 2.12.0 → 2.12.1

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.
Files changed (2) hide show
  1. package/dist/mcp.js +1 -1
  2. package/package.json +5 -5
package/dist/mcp.js CHANGED
@@ -1055,7 +1055,7 @@ function registerMetaTools(server, catalog) {
1055
1055
  "canonry_load_toolkit",
1056
1056
  {
1057
1057
  title: "Load a Canonry MCP toolkit",
1058
- description: `Register a toolkit's tools for this session and emit one notifications/tools/list_changed. Idempotent. Loaded toolkits remain loaded for the rest of the session. Wait for this call to return before calling any newly enabled tool \u2014 pipelining the call with a tools/call on the same connection can race the registration and fail with "Tool ... disabled".`,
1058
+ description: `Register a toolkit's tools for this session and emit one notifications/tools/list_changed. Idempotent. Loaded toolkits remain loaded for the rest of the session. Wait for this call to return before calling any newly enabled tool \u2014 pipelining the call with a tools/call on the same connection can race the registration and fail with "MCP error -32602: Tool ... disabled".`,
1059
1059
  inputSchema: loadToolkitInputSchema.shape,
1060
1060
  annotations: { readOnlyHint: false, idempotentHint: true, destructiveHint: false }
1061
1061
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ainyc/canonry",
3
- "version": "2.12.0",
3
+ "version": "2.12.1",
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",
@@ -59,19 +59,19 @@
59
59
  "@types/node-cron": "^3.0.11",
60
60
  "tsup": "^8.5.1",
61
61
  "tsx": "^4.19.0",
62
- "@ainyc/canonry-api-routes": "0.0.0",
63
62
  "@ainyc/canonry-contracts": "0.0.0",
64
63
  "@ainyc/canonry-db": "0.0.0",
65
- "@ainyc/canonry-config": "0.0.0",
66
64
  "@ainyc/canonry-intelligence": "0.0.0",
65
+ "@ainyc/canonry-config": "0.0.0",
67
66
  "@ainyc/canonry-integration-bing": "0.0.0",
68
67
  "@ainyc/canonry-integration-commoncrawl": "0.0.0",
69
- "@ainyc/canonry-integration-wordpress": "0.0.0",
68
+ "@ainyc/canonry-api-routes": "0.0.0",
70
69
  "@ainyc/canonry-integration-google": "0.0.0",
70
+ "@ainyc/canonry-integration-wordpress": "0.0.0",
71
+ "@ainyc/canonry-provider-claude": "0.0.0",
71
72
  "@ainyc/canonry-provider-cdp": "0.0.0",
72
73
  "@ainyc/canonry-provider-gemini": "0.0.0",
73
74
  "@ainyc/canonry-provider-local": "0.0.0",
74
- "@ainyc/canonry-provider-claude": "0.0.0",
75
75
  "@ainyc/canonry-provider-openai": "0.0.0",
76
76
  "@ainyc/canonry-provider-perplexity": "0.0.0"
77
77
  },