Expo MCP Server

by mattlemmone
Verified

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

NameRequiredDescriptionDefault
contentYesThe content to write to the file
filePathYesThe path to the file to write

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "content": { "description": "The content to write to the file", "type": "string" }, "filePath": { "description": "The path to the file to write", "type": "string" } }, "required": [ "filePath", "content" ], "type": "object" }

You must be authenticated.

Other Tools from Expo MCP Server

Related Tools

ID: i97un228jp