@mcpcloud/cli 0.19.0 → 0.20.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 (3) hide show
  1. package/README.md +3 -3
  2. package/dist/index.js +1130 -2278
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -327,7 +327,7 @@ _Generated from the live command tree by `bun run docs:readme` — do not edit b
327
327
  | `mcp completion <shell>` | Print a shell completion script (bash, zsh, or fish) |
328
328
  | `mcp connect-agent` | Connect your agent to the official MCPCloud MCP server (headless twin of /connect-agent) |
329
329
  | `mcp doctor` | Diagnose the CLI environment: Node, config, base URL, API key, claude CLI, and updates |
330
- | `mcp help [topic]` | Show extended help for a topic (auth, profiles, agents, errors) |
330
+ | `mcp help [topic]` | Show extended help for a topic (auth, profiles, agents, errors, git) |
331
331
  | `mcp init` | Guided onboarding: pick org → pick/create project → create a server (empty skeleton, or generated from an OpenAPI/GraphQL spec via --from-spec) |
332
332
  | `mcp invoke <server> [tool]` | Call a tool on a deployed MCP server — or, with --local, boot this directory’s bundle once and call it there. |
333
333
  | `mcp login` | Sign in via browser (default) or paste an API key |
@@ -528,7 +528,7 @@ _Generated from the live command tree by `bun run docs:readme` — do not edit b
528
528
  | `mcp servers prompts rm <server> <name>` | Remove a prompt by name. |
529
529
  | `mcp servers prompts set <server> <name>` | Create or replace a prompt by name. Re-running with the same name updates it. |
530
530
  | `mcp servers push-spec <server>` | Regenerate a server’s bundle from a local OpenAPI spec. Previews the tool changes; --apply writes them. |
531
- | `mcp servers regenerate <server>` | Re-fetch a server's source spec and rebuild its tools with the current codegen (preserves customizations). Wraps POST /api/v1/server/regenerate. |
531
+ | `mcp servers regenerate <server>` | Re-fetch a server's source spec and rebuild its tools with the current codegen (preserves customizations). Works for spec-URL, OpenAPI, and GraphQL sources; a pasted or manual server has nothing to re-fetch. Wraps POST /api/v1/server/regenerate. |
532
532
  | `mcp servers resources` | Author the resources this server exposes to clients (list / set / rm) |
533
533
  | `mcp servers resources list <server>` | List the resources authored on a server. |
534
534
  | `mcp servers resources rm <server> <uri>` | Remove a resource by URI. |
@@ -556,7 +556,7 @@ _Generated from the live command tree by `bun run docs:readme` — do not edit b
556
556
  | `mcp servers variables list <server>` | List a server’s sandbox variables and which ones still need a value |
557
557
  | `mcp servers variables set <server>` | Set or clear sandbox variables (repeat --set; an empty value clears) |
558
558
  | `mcp servers version <server> <versionId>` | Show details for a single server version |
559
- | `mcp servers versions <server>` | List published versions of a server |
559
+ | `mcp servers versions <server>` | List versions published to the registry (deployed versions: `servers deployments`) |
560
560
 
561
561
  ### `mcp skills` — Manage skills
562
562