@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.
package/README.md CHANGED
@@ -122,7 +122,7 @@ mcp-use start [options]
122
122
  Deploy your MCP server to production via [manufact.com](https://manufact.com):
123
123
 
124
124
  ```bash
125
- # Login to mcp-use cloud
125
+ # Login to Manufact cloud
126
126
  mcp-use login
127
127
 
128
128
  # Check authentication status
@@ -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 the environment variables in this section for detailed configuration:
374
+ For deploying to Manufact 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)
@@ -8,7 +8,7 @@ interface DeployOptions {
8
8
  envFile?: string;
9
9
  }
10
10
  /**
11
- * Deploy command - deploys MCP server to mcp-use cloud
11
+ * Deploy command - deploys MCP server to Manufact cloud
12
12
  */
13
13
  export declare function deployCommand(options: DeployOptions): Promise<void>;
14
14
  export {};