script_apply_diff
Apply unified diffs to C# scripts in Unity projects, supporting previews via dry-run mode. Integrates with the MCP Server for efficient script updates and version control.
Instructions
Apply a unified diff to a C# script
Input Schema
Name | Required | Description | Default |
---|---|---|---|
diff | Yes | Unified diff content to apply | |
options | No | Optional diff application settings | |
path | Yes | Path to the script file |