Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
onboarding | Direct onboarding instructions for Copilot, including memory file structure. |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
delete_chatmode | Delete a VS Code .chatmode.md file from the prompts directory. |
update_chatmode_from_source | Update a .chatmode.md file from its source definition. |
create_chatmode | Create a new VS Code .chatmode.md file with the specified description, content, and tools. |
update_chatmode | Update an existing VS Code .chatmode.md file with new description, content, or tools. |
list_chatmodes | List all VS Code .chatmode.md files in the prompts directory. |
get_chatmode | Get the raw content of a VS Code .chatmode.md file. |
create_instruction | Create a new VS Code .instructions.md file with the specified description and content. |
update_instruction | Update an existing VS Code .instructions.md file with new description or content. |
delete_instruction | Delete a VS Code .instructions.md file from the prompts directory. |
refresh_library | Refresh the Mode Manager MCP Library from its source URL. |
get_prompts_directory | Get the path to the VS Code prompts directory. |
list_instructions | List all VS Code .instructions.md files in the prompts directory. |
get_instruction | Get the raw content of a VS Code .instructions.md file. |
remember | Store a memory item in your personal AI memory for future conversations. |
browse_mode_library | Browse the Mode Manager MCP Library and filter by category or search term. |
install_from_library | Install a chatmode or instruction from the Mode Manager MCP Library. |