write_file
Write content to a file at a specified path. Use this tool to create or update files in VS Code workspace via Code MCP Server.
Instructions
Write content to a file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the file to write | |
| content | Yes | Content to write to the file |