Modes MCP Server
by mkc909
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
MODES_CONFIG_PATH | No | Path to custom modes configuration file. | %APPDATA%/Code/User/globalStorage/rooveterinaryinc.roo-cline/settings/cline_custom_modes.json |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
list_modes | List all custom modes |
get_mode | Get details of a specific mode |
create_mode | Create a new custom mode |
update_mode | Update an existing custom mode |
delete_mode | Delete a custom mode |
validate_mode | Validate a mode configuration without saving it |