write
Modify or create file content with operations like write, append, replace, or edit using structured input. Simplifies file management for developers and AI integration on the MCP-PIF Server platform.
Instructions
Write or modify file content
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | No | Content to write | |
edits | No | Array of edits for edit operation | |
lineNumber | No | Line number for replace operation | |
operation | Yes | Type of write operation to perform | |
path | Yes | Path for the file to write/modify |