@anchrd/intel-api 0.2.1 → 0.3.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.
Files changed (2) hide show
  1. package/dist/cli/cli.js +4 -1
  2. package/package.json +1 -1
package/dist/cli/cli.js CHANGED
@@ -8,7 +8,10 @@ const interfaces = [
8
8
  functions: ["read", "create", "write", "publish", "run", "approve", "share"],
9
9
  },
10
10
  { handle: "tools", functions: ["read", "test", "execute", "admin"] },
11
- { handle: "intel-tools", functions: ["connect"] },
11
+ // `mcp:connect` heisst bei jedem MCP-Dienst dieser Installation gleich. Ein eigener Name fuer
12
+ // dieselbe Sache zwingt den Betreiber, pro Dienst nachzusehen, welches Recht den Portal-Zugang
13
+ // traegt.
14
+ { handle: "mcp", functions: ["connect"] },
12
15
  ];
13
16
  const usage = `Usage: intel <prepare|bootstrap|build|doctor|reindex>
14
17
  intel prepare Copy versioned D1 migrations to .intel/migrations
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anchrd/intel-api",
3
- "version": "0.2.1",
3
+ "version": "0.3.0",
4
4
  "type": "module",
5
5
  "license": "UNLICENSED",
6
6
  "repository": {