Expo MCP Server

by mattlemmone
Verified

listFiles

Retrieve and display a list of files from a specified directory path on the Expo MCP Server, enabling efficient file management for Expo-based React Native projects.

Instructions

List files in a directory

Input Schema

NameRequiredDescriptionDefault
directoryPathYesThe path to the directory to list files from

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "directoryPath": { "description": "The path to the directory to list files from", "type": "string" } }, "required": [ "directoryPath" ], "type": "object" }

You must be authenticated.

Other Tools from Expo MCP Server

Related Tools

ID: i97un228jp