@mcp-use/cli 2.2.3-canary.1 → 2.2.3-canary.2
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1220,7 +1220,7 @@ async function startTunnel(port, subdomain) {
|
|
|
1220
1220
|
console.log(import_chalk3.default.gray(`Starting tunnel for port ${port}...`));
|
|
1221
1221
|
const tunnelArgs = ["--yes", "@mcp-use/tunnel", String(port)];
|
|
1222
1222
|
if (subdomain) {
|
|
1223
|
-
tunnelArgs.push("--
|
|
1223
|
+
tunnelArgs.push("--subdomain", subdomain);
|
|
1224
1224
|
}
|
|
1225
1225
|
const proc = (0, import_node_child_process3.spawn)("npx", tunnelArgs, {
|
|
1226
1226
|
stdio: ["ignore", "pipe", "pipe"],
|
package/dist/index.mjs
CHANGED
|
@@ -1199,7 +1199,7 @@ async function startTunnel(port, subdomain) {
|
|
|
1199
1199
|
console.log(chalk3.gray(`Starting tunnel for port ${port}...`));
|
|
1200
1200
|
const tunnelArgs = ["--yes", "@mcp-use/tunnel", String(port)];
|
|
1201
1201
|
if (subdomain) {
|
|
1202
|
-
tunnelArgs.push("--
|
|
1202
|
+
tunnelArgs.push("--subdomain", subdomain);
|
|
1203
1203
|
}
|
|
1204
1204
|
const proc = spawn("npx", tunnelArgs, {
|
|
1205
1205
|
stdio: ["ignore", "pipe", "pipe"],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mcp-use/cli",
|
|
3
|
-
"version": "2.2.3-canary.
|
|
3
|
+
"version": "2.2.3-canary.2",
|
|
4
4
|
"description": "Build tool for MCP UI widgets - bundles React components into standalone HTML pages for Model Context Protocol servers",
|
|
5
5
|
"author": "mcp-use, Inc.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"tsx": "^4.0.0",
|
|
45
45
|
"vite": "^6.0.0",
|
|
46
46
|
"ws": "^8.18.0",
|
|
47
|
-
"@mcp-use/inspector": "0.5.3-canary.
|
|
48
|
-
"mcp-use": "1.3.3-canary.
|
|
47
|
+
"@mcp-use/inspector": "0.5.3-canary.2",
|
|
48
|
+
"mcp-use": "1.3.3-canary.2"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@types/node": "^20.0.0",
|