Xcode MCP Server
by r-huijts
write_file
Write or update contents of a file in the Xcode project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | Yes | Content to write to the file | |
createIfMissing | No | Whether to create the file if it doesn't exist | |
filePath | Yes | Path to the file within the project |