@mimeticinc/mim-cli 0.1.0 → 0.1.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.
|
@@ -999,13 +999,13 @@ function claudeMcpInstallCommand(project) {
|
|
|
999
999
|
"npx",
|
|
1000
1000
|
"-y",
|
|
1001
1001
|
"--package",
|
|
1002
|
-
"@mimeticinc/
|
|
1002
|
+
"@mimeticinc/mim-cli",
|
|
1003
1003
|
"mim-mcp",
|
|
1004
1004
|
...project ? ["--project", project] : []
|
|
1005
1005
|
];
|
|
1006
1006
|
}
|
|
1007
1007
|
function codexMcpConfig(project) {
|
|
1008
|
-
const args = ["-y", "--package", "@mimeticinc/
|
|
1008
|
+
const args = ["-y", "--package", "@mimeticinc/mim-cli", "mim-mcp", ...project ? ["--project", project] : []];
|
|
1009
1009
|
return `[mcp_servers.mim]
|
|
1010
1010
|
command = "npx"
|
|
1011
1011
|
args = ${JSON.stringify(args)}
|
package/dist/mim-bin.js
CHANGED
package/dist/mim-cli.js
CHANGED
package/dist/mim-mcp-stdio.js
CHANGED