@mcp-use/cli 2.13.7-canary.3 → 2.13.8-canary.0

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -371,7 +371,7 @@ MCP_URL=https://myserver.com mcp-use build
371
371
 
372
372
  #### Deployment & Cloud
373
373
 
374
- For deploying to mcp-use cloud, see [ENVIRONMENT.md](./ENVIRONMENT.md) for detailed configuration:
374
+ For deploying to mcp-use cloud, see the environment variables in this section for detailed configuration:
375
375
 
376
376
  ```bash
377
377
  # Frontend URL (where /auth/cli page is)
@@ -387,7 +387,7 @@ mcp-use login
387
387
  mcp-use deploy
388
388
  ```
389
389
 
390
- See [ENVIRONMENT.md](./ENVIRONMENT.md) for more examples and configuration options.
390
+ See the [CLI reference docs](https://docs.mcp-use.com/typescript/server/cli-reference#environment-variables) for more examples and configuration options.
391
391
 
392
392
  ### Docker Deployment
393
393
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mcp-use/cli",
3
3
  "type": "module",
4
- "version": "2.13.7-canary.3",
4
+ "version": "2.13.8-canary.0",
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",
@@ -55,8 +55,8 @@
55
55
  "vite-plugin-singlefile": "^2.0.3",
56
56
  "ws": "^8.19.0",
57
57
  "zod": "^4.2.0",
58
- "@mcp-use/inspector": "0.19.0-canary.3",
59
- "mcp-use": "1.18.0-canary.3"
58
+ "@mcp-use/inspector": "0.19.1-canary.0",
59
+ "mcp-use": "1.19.0-canary.0"
60
60
  },
61
61
  "devDependencies": {
62
62
  "@types/ws": "^8.18.1",