Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1.17 KB

File metadata and controls

19 lines (11 loc) · 1.17 KB

UpdateServerRequestBody

Parameters for updating an existing MCP server. All fields are optional — only provided fields will be modified.

Properties

Name Type Description Notes
name String New display name for the server. Only letters, numbers, underscores, and hyphens are allowed. Maximum 128 characters. [optional]
description String New human-readable description of the server's purpose. Maximum 255 characters. [optional]
endpoint URI New base URL of the MCP server endpoint. If changed, the system will re-verify connectivity before saving. [optional]
headers Map<String, String> New HTTP headers to include with every request. If changed alongside the endpoint, connectivity is re-verified. [optional]
updateIcon Boolean Set to true to update the server icon. When true, the Icon field value (or null to remove) will be applied. [optional]
icon String New Base64-encoded icon image for the server, or null to remove the existing icon. Only applied when UpdateIcon is true. [optional]