generate_sample_config
Create a sample .vscode-mcp.toml configuration file to enable AI agents and assistants to interact with VS Code via the Model Context Protocol.
Instructions
Generate a sample .vscode-mcp.toml configuration file
Input Schema
Name | Required | Description | Default |
---|---|---|---|
saveToFile | No | Save generated config to .vscode-mcp.toml |
Input Schema (JSON Schema)
{
"properties": {
"saveToFile": {
"description": "Save generated config to .vscode-mcp.toml",
"type": "boolean"
}
},
"type": "object"
}