gateway.update_server
Update a subordinate MCP server's package and restart it to apply the new version. Use force=true to cancel pending requests that block the restart.
Instructions
Update a subordinate MCP server package to latest version and restart it so the new version is actually running. Call this to check for and apply an update -- the gateway does not volunteer update notices, so nothing will prompt you. Refuses to restart by default when the server has pending requests; set force=true to cancel them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Cancel this server's pending requests before restarting | |
| server_name | Yes | Name of server to update |