@enactprotocol/cli 1.0.11 → 1.0.12
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 +2 -2
- package/dist/index.js.bak +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -216966,7 +216966,7 @@ async function installMcpServer(client) {
|
|
|
216966
216966
|
config3.extensions.enact = {
|
|
216967
216967
|
name: "enact",
|
|
216968
216968
|
cmd: "npx",
|
|
216969
|
-
args: ["-y", "-
|
|
216969
|
+
args: ["-y", "@enactprotocol/mcp-server"],
|
|
216970
216970
|
enabled: true,
|
|
216971
216971
|
type: "stdio",
|
|
216972
216972
|
timeout: 300
|
|
@@ -216995,7 +216995,7 @@ async function installMcpServer(client) {
|
|
|
216995
216995
|
const mcpServerConfig = {
|
|
216996
216996
|
enact: {
|
|
216997
216997
|
command: "npx",
|
|
216998
|
-
args: ["-y", "-
|
|
216998
|
+
args: ["-y", "@enactprotocol/mcp-server"]
|
|
216999
216999
|
}
|
|
217000
217000
|
};
|
|
217001
217001
|
if (client.id === "claude-desktop" || client.id === "claude-code") {
|
package/dist/index.js.bak
CHANGED
|
@@ -216965,7 +216965,7 @@ async function installMcpServer(client) {
|
|
|
216965
216965
|
config3.extensions.enact = {
|
|
216966
216966
|
name: "enact",
|
|
216967
216967
|
cmd: "npx",
|
|
216968
|
-
args: ["-y", "-
|
|
216968
|
+
args: ["-y", "@enactprotocol/mcp-server"],
|
|
216969
216969
|
enabled: true,
|
|
216970
216970
|
type: "stdio",
|
|
216971
216971
|
timeout: 300
|
|
@@ -216994,7 +216994,7 @@ async function installMcpServer(client) {
|
|
|
216994
216994
|
const mcpServerConfig = {
|
|
216995
216995
|
enact: {
|
|
216996
216996
|
command: "npx",
|
|
216997
|
-
args: ["-y", "-
|
|
216997
|
+
args: ["-y", "@enactprotocol/mcp-server"]
|
|
216998
216998
|
}
|
|
216999
216999
|
};
|
|
217000
217000
|
if (client.id === "claude-desktop" || client.id === "claude-code") {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@enactprotocol/cli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.12",
|
|
4
4
|
"description": "Official CLI for the Enact Protocol - package, secure, and discover AI tools",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -52,4 +52,4 @@
|
|
|
52
52
|
"bun-types": "latest",
|
|
53
53
|
"typescript": "^5.4.5"
|
|
54
54
|
}
|
|
55
|
-
}
|
|
55
|
+
}
|