writeFile
Write specified content to a file at a given file path using Expo MCP Server’s tool, enabling developers to manage and modify project files in React Native applications.
Instructions
Write content to a file
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | Yes | The content to write to the file | |
filePath | Yes | The path to the file to write |