@mcp-use/cli 3.1.0-canary.4 → 3.1.0-canary.6

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.
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Treats `ApiUnauthorizedError` (401) as a "please re-authenticate" hint
3
+ * instead of surfacing the raw API response.
4
+ */
5
+ export declare function handleCommandError(error: unknown, context: string): never;
6
+ //# sourceMappingURL=errors.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"errors.d.ts","sourceRoot":"","sources":["../../src/utils/errors.ts"],"names":[],"mappings":"AAGA;;;GAGG;AACH,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,OAAO,EAAE,OAAO,EAAE,MAAM,GAAG,KAAK,CAiBzE"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mcp-use/cli",
3
3
  "type": "module",
4
- "version": "3.1.0-canary.4",
4
+ "version": "3.1.0-canary.6",
5
5
  "description": "The mcp-use CLI is a tool for building and deploying MCP servers with support for ChatGPT Apps, Code Mode, OAuth, Notifications, Sampling, Observability and more.",
6
6
  "author": "mcp-use, Inc.",
7
7
  "license": "MIT",
@@ -56,8 +56,8 @@
56
56
  "vite-plugin-singlefile": "^2.3.2",
57
57
  "ws": "^8.19.0",
58
58
  "zod": "4.3.5",
59
- "@mcp-use/inspector": "3.0.0-canary.4",
60
- "mcp-use": "1.25.0-canary.4"
59
+ "mcp-use": "1.25.0-canary.6",
60
+ "@mcp-use/inspector": "3.0.0-canary.6"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@types/ws": "^8.18.1",