mcp-groups

Update an MCP group

patch/api/v1/mcp-groups/{id}

Path parameters

idstring required

Request body

namestring

Human-readable name

descriptionstring

Description of the group

credentialContractNamestring

Credential contract name for authentication

credentialMappingobject

Mapping of credentials for servers in this group

defaultDockerImagestring

Default Docker image for servers in this group

enabledboolean

Whether the group is enabled

Response

idstring required

Group ID

slugstring required

URL-friendly slug

namestring required

Group name

descriptionstring

Group description

credentialContractNamestring required

Credential contract name

credentialMappingobject

Credential mapping

defaultDockerImagestring

Default Docker image

enabledboolean required

Whether group is enabled

templateHashstring

Template hash for seeded groups

createdAtstring required

Creation timestamp

updatedAtstring required

Last update timestamp

Changes