Expo MCP Server

by mattlemmone
Verified

expoLogs

Retrieve server logs from the Expo MCP Server to monitor and debug React Native applications. Specify the number of entries and log type (stdout, stderr, or all) for efficient troubleshooting.

Instructions

Get logs from the running Expo server

Input Schema

NameRequiredDescriptionDefault
countNoNumber of log entries to retrieve
typeNoType of logs to retrieveall

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "count": { "default": 50, "description": "Number of log entries to retrieve", "type": "number" }, "type": { "default": "all", "description": "Type of logs to retrieve", "enum": [ "all", "stdout", "stderr" ], "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from Expo MCP Server

Related Tools

ID: i97un228jp