@mcp-use/cli 2.15.0-canary.3 → 2.15.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.
@@ -120,7 +120,7 @@ export interface GitHubReposResponse {
120
120
  repos: GitHubRepo[];
121
121
  }
122
122
  /**
123
- * API client for mcp-use cloud
123
+ * API client for Manufact cloud
124
124
  */
125
125
  export declare class McpUseAPI {
126
126
  private baseUrl;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mcp-use/cli",
3
3
  "type": "module",
4
- "version": "2.15.0-canary.3",
4
+ "version": "2.15.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",
@@ -56,8 +56,8 @@
56
56
  "vite-plugin-singlefile": "^2.0.3",
57
57
  "ws": "^8.19.0",
58
58
  "zod": "4.3.5",
59
- "@mcp-use/inspector": "0.22.0-canary.3",
60
- "mcp-use": "1.20.0-canary.3"
59
+ "@mcp-use/inspector": "0.22.0",
60
+ "mcp-use": "1.20.0"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@types/tar": "^7.0.87",