yaaif_mcp_deployment_update
Update an MCP deployment's image, environment variables, secrets, endpoint, and other settings. Merges changes into the existing record, then redeploy to roll out updates.
Instructions
Update an MCP deployment (image/env/secret_env/endpoint/…). GETs current record, merges patches, PUTs. Call yaaif_mcp_deployment_redeploy afterward for rollout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | No | ||
| name | No | ||
| image | No | ||
| mcp_path | No | ||
| secret_env | No | ||
| auto_register | No | ||
| deployment_id | Yes | ||
| endpoint_host | No | ||
| endpoint_mode | No | ||
| container_port | No | ||
| transport_type | No | ||
| auto_import_tools | No | ||
| deployment_method | No | ||
| clear_endpoint_host | No | ||
| client_secret_headers | No | ||
| registry_credential_id | No | ||
| clear_registry_credential_id | No |