write_file
Write content to files in VS Code through the Code MCP Server, enabling AI agents to create or modify code and text files programmatically.
Instructions
Write content to a file
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the file to write | |
| content | Yes | Content to write to the file |