import type { McpServerConfig } from './McpServerConfig'; /** * Body for ``PATCH mcp-servers//``. */ export type PatchedMcpServerUpdate = { config?: McpServerConfig; replace?: boolean; };