update_chatmode_from_source
Synchronize a .chatmode.md file with its source definition in the Mode Manager MCP server, ensuring content accuracy and consistency.
Instructions
Update a .chatmode.md file from its source definition.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filename | Yes | The filename of the chatmode to update from source (with or without extension) |
Input Schema (JSON Schema)
{
"properties": {
"filename": {
"description": "The filename of the chatmode to update from source (with or without extension)",
"title": "Filename",
"type": "string"
}
},
"required": [
"filename"
],
"type": "object"
}