@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.
- package/dist/cli/cli.js +4 -1
- 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
|
-
|
|
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
|