Expo MCP Server

by mattlemmone
Verified

readFile

Retrieve the contents of a file by specifying its path, enabling developers to access and manage project files efficiently within Expo-based React Native applications.

Instructions

Read the contents of a file

Input Schema

NameRequiredDescriptionDefault
filePathYesThe path to the file to read

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from Expo MCP Server

Related Tools

ID: i97un228jp