@mcp-use/cli 3.4.1 → 3.4.2-canary.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.
- package/dist/commands/deploy.d.ts.map +1 -1
- package/dist/commands/servers.d.ts.map +1 -1
- package/dist/index.cjs +18 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +18 -1
- package/dist/index.js.map +1 -1
- package/dist/utils/api.d.ts +3 -2
- package/dist/utils/api.d.ts.map +1 -1
- package/package.json +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deploy.d.ts","sourceRoot":"","sources":["../../src/commands/deploy.ts"],"names":[],"mappings":"AAKA,OAAO,EAGL,SAAS,EACV,MAAM,iBAAiB,CAAC;AAgGzB;;;;;;;;GAQG;AACH,wBAAsB,mBAAmB,CACvC,GAAG,EAAE,SAAS,EACd,QAAQ,EAAE,MAAM,EAChB,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAC9B,OAAO,CAAC;IAAE,OAAO,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,MAAM,CAAA;CAAE,CAAC,CAuB/C;AA0CD,UAAU,aAAa;IACrB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAC;IAC5B,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,GAAG,CAAC,EAAE,MAAM,EAAE,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,MAAM,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,MAAM,CAAC;IAC9B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;
|
|
1
|
+
{"version":3,"file":"deploy.d.ts","sourceRoot":"","sources":["../../src/commands/deploy.ts"],"names":[],"mappings":"AAKA,OAAO,EAGL,SAAS,EACV,MAAM,iBAAiB,CAAC;AAgGzB;;;;;;;;GAQG;AACH,wBAAsB,mBAAmB,CACvC,GAAG,EAAE,SAAS,EACd,QAAQ,EAAE,MAAM,EAChB,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAC9B,OAAO,CAAC;IAAE,OAAO,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,MAAM,CAAA;CAAE,CAAC,CAuB/C;AA0CD,UAAU,aAAa;IACrB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAC;IAC5B,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,GAAG,CAAC,EAAE,MAAM,EAAE,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,MAAM,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,MAAM,CAAC;IAC9B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAynBD,wBAAsB,aAAa,CAAC,OAAO,EAAE,aAAa,GAAG,OAAO,CAAC,IAAI,CAAC,CAixBzE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"servers.d.ts","sourceRoot":"","sources":["../../src/commands/servers.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"servers.d.ts","sourceRoot":"","sources":["../../src/commands/servers.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AA4WpC,wBAAgB,oBAAoB,IAAI,OAAO,CAoC9C"}
|
package/dist/index.cjs
CHANGED
|
@@ -5420,6 +5420,7 @@ async function deployViaManagedUpload(api, options, ctx) {
|
|
|
5420
5420
|
env: Object.keys(envVars).length > 0 ? envVars : void 0
|
|
5421
5421
|
});
|
|
5422
5422
|
deploymentId = result.deploymentId ?? void 0;
|
|
5423
|
+
if (result.server?.id) serverId = result.server.id;
|
|
5423
5424
|
if (result.server?.id && deploymentId) {
|
|
5424
5425
|
await saveProjectLink(cwd, {
|
|
5425
5426
|
deploymentId,
|
|
@@ -5435,6 +5436,20 @@ async function deployViaManagedUpload(api, options, ctx) {
|
|
|
5435
5436
|
}
|
|
5436
5437
|
console.log(source_default.green("\u2713 Deployment created: ") + source_default.gray(deploymentId));
|
|
5437
5438
|
await displayDeploymentProgress(api, deploymentId, { yes: options.yes });
|
|
5439
|
+
console.log();
|
|
5440
|
+
console.log(
|
|
5441
|
+
source_default.gray(
|
|
5442
|
+
"Source is stored in a private mcp-use-managed repository (no GitHub remote in this folder)."
|
|
5443
|
+
)
|
|
5444
|
+
);
|
|
5445
|
+
if (serverId) {
|
|
5446
|
+
const webUrl = (await getWebUrl()).replace(/\/$/, "");
|
|
5447
|
+
const config = await readConfig();
|
|
5448
|
+
const settingsUrl = config.orgSlug ? `${webUrl}/cloud/${config.orgSlug}/servers/${serverId}` : `${webUrl}/cloud/servers/${serverId}`;
|
|
5449
|
+
console.log(
|
|
5450
|
+
source_default.gray("View it or move it to your own GitHub from the dashboard: ") + source_default.cyan(settingsUrl)
|
|
5451
|
+
);
|
|
5452
|
+
}
|
|
5438
5453
|
}
|
|
5439
5454
|
async function deployCommand(options) {
|
|
5440
5455
|
try {
|
|
@@ -6949,7 +6964,9 @@ async function getServerCommand(idOrSlug, options) {
|
|
|
6949
6964
|
if (server.connectedRepository) {
|
|
6950
6965
|
const cr = server.connectedRepository;
|
|
6951
6966
|
console.log(source_default.white("\nRepository"));
|
|
6952
|
-
console.log(
|
|
6967
|
+
console.log(
|
|
6968
|
+
source_default.white(" Full name: ") + source_default.gray(cr.repoFullName ?? "mcp-use-managed (private)")
|
|
6969
|
+
);
|
|
6953
6970
|
console.log(
|
|
6954
6971
|
source_default.white(" Prod branch: ") + source_default.gray(cr.productionBranch)
|
|
6955
6972
|
);
|