@mcp-use/cli 3.5.0
·
6 commits
to main
since this release
Minor Changes
- 0fb1868: Add
servers updateand branch-scoped environment management to the CLI.mcp-use servers update <id-or-slug>mutates server config in place (production branch, name, description, build/start commands) without deleting and recreating the server — preserving the URL slug and env vars.--branchmaps to the backendproductionBranch;--build-command/--start-commandare stored under the serverconfig. Pass an empty string to either flag to clear the override (nullmerge-patch on the backend).mcp-use deploygains--branch <name>(defaults to the current git branch) and scopes--env/--env-filesync to that branch's preview environment.mcp-use servers env list/add/update/rmgain--branch <name>for branch-scoped variables, andupdate/rmnow accept a variable KEY (resolved within the branch scope) in addition to a UUID.mcp-use deployments restartgains--branch <name>(defaults to the deployment's branch).
Patch Changes
- mcp-use@1.31.1
- @mcp-use/inspector@9.0.1