@mcp-use/cli 2.2.2-canary.1 → 2.2.2-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
|
@@ -890,7 +890,7 @@ async function displayDeploymentProgress(api, deployment) {
|
|
|
890
890
|
}
|
|
891
891
|
if (finalDeployment.status === "running") {
|
|
892
892
|
const mcpUrl = `https://${finalDeployment.domain}/mcp`;
|
|
893
|
-
const inspectorUrl = `https://inspector.mcp-use.com/
|
|
893
|
+
const inspectorUrl = `https://inspector.mcp-use.com/inspector?autoConnect=${encodeURIComponent(mcpUrl)}`;
|
|
894
894
|
console.log(import_chalk2.default.green.bold("\u2713 Deployment successful!\n"));
|
|
895
895
|
console.log(import_chalk2.default.white("\u{1F310} MCP Server URL:"));
|
|
896
896
|
console.log(import_chalk2.default.cyan.bold(` ${mcpUrl}
|
package/dist/index.mjs
CHANGED
|
@@ -869,7 +869,7 @@ async function displayDeploymentProgress(api, deployment) {
|
|
|
869
869
|
}
|
|
870
870
|
if (finalDeployment.status === "running") {
|
|
871
871
|
const mcpUrl = `https://${finalDeployment.domain}/mcp`;
|
|
872
|
-
const inspectorUrl = `https://inspector.mcp-use.com/
|
|
872
|
+
const inspectorUrl = `https://inspector.mcp-use.com/inspector?autoConnect=${encodeURIComponent(mcpUrl)}`;
|
|
873
873
|
console.log(chalk2.green.bold("\u2713 Deployment successful!\n"));
|
|
874
874
|
console.log(chalk2.white("\u{1F310} MCP Server URL:"));
|
|
875
875
|
console.log(chalk2.cyan.bold(` ${mcpUrl}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mcp-use/cli",
|
|
3
|
-
"version": "2.2.2-canary.
|
|
3
|
+
"version": "2.2.2-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.2-canary.
|
|
48
|
-
"mcp-use": "1.3.2-canary.
|
|
47
|
+
"@mcp-use/inspector": "0.5.2-canary.2",
|
|
48
|
+
"mcp-use": "1.3.2-canary.2"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@types/node": "^20.0.0",
|