Skip to main content
Glama

React Native Debugger MCP

by twodoorsdev
schema.ts678 B
import { z } from 'zod'; import type { GetConnectedAppsSchema } from '../getConnectedApps/schema'; export const readConsoleLogsFromAppSchema = z.object({ app: z .object({ id: z.string().describe('The Metro application ID'), description: z.string().describe(`The Metro application's bundle ID`), webSocketDebuggerUrl: z .string() .describe('The websocket debugger URL for the application'), }) .describe('The app object as returned by getConnectedApps'), maxLogs: z .number() .optional() .describe('Maximum number of logs to return (default: 100)'), }); export type ReadConsoleLogsFromAppSchema = z.infer< typeof readConsoleLogsFromAppSchema >;

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/twodoorsdev/react-native-debugger-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server