get_chatmode
Retrieve raw content from a .chatmode.md file in VS Code for managing chat modes and instructions with library integration using Mode Manager MCP.
Instructions
Get the raw content of a VS Code .chatmode.md file.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filename | Yes | The filename of the chatmode to retrieve (with or without extension) |
Input Schema (JSON Schema)
{
"properties": {
"filename": {
"description": "The filename of the chatmode to retrieve (with or without extension)",
"title": "Filename",
"type": "string"
}
},
"required": [
"filename"
],
"type": "object"
}