Modes MCP Server

by ccc0168
Verified

update_mode

Modify custom mode configurations with ease. Update mode details like name, instructions, groups, and role definitions using the MCP server for efficient operational mode management.

Instructions

Update an existing custom mode

Input Schema

NameRequiredDescriptionDefault
slugYesSlug of the mode to update
updatesYes

Input Schema (JSON Schema)

{ "properties": { "slug": { "description": "Slug of the mode to update", "type": "string" }, "updates": { "properties": { "customInstructions": { "type": "string" }, "groups": { "items": { "oneOf": [ { "type": "string" }, { "items": [ { "type": "string" }, { "properties": { "description": { "type": "string" }, "fileRegex": { "type": "string" } }, "required": [ "fileRegex", "description" ], "type": "object" } ], "type": "array" } ] }, "type": "array" }, "name": { "type": "string" }, "roleDefinition": { "type": "string" } }, "type": "object" } }, "required": [ "slug", "updates" ], "type": "object" }

You must be authenticated.

Other Tools from Modes MCP Server

Related Tools

ID: kxbyxtgfut