Add File Change
add_file_changeStage one file upsert or delete inside a change set. Does not modify the live app until apply_change_set. Paths follow the Fine Structure app file API, documented at https://finestructure.ai/api/mcp/docs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Virtual file path | |
| app_id | Yes | The app ID | |
| content | No | Complete file contents for upsert | |
| file_type | No | Optional file type override | |
| operation | No | upsert | |
| change_set_id | Yes | Change set ID |