servers update

Update server name, description, branch, or build settings.

mcp-use servers update <id-or-slug> [flags]

At least one flag is required:

FlagDescription
--name <name>Rename the server.
--description <text>Update the description.
--branch <name>Change the production branch.
--build-command <cmd>Override the build command (pass "" to clear).
--start-command <cmd>Override the start command (pass "" to clear).

Changes that affect the running deployment take effect on the next deploy; use deploy or deployments restart.