MCP Server
MCP
rn-devtools-hub
Drive a running React Native or Expo app from inside its JS runtime: see, act, prove.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "rn-devtools-hub",
"version": "0.15.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "Speak MCP over stdio, bridging to the local hub and starting it if needed",
"value": "mcp",
"type": "positional",
"valueHint": "mcp"
}
]
},
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "rn-devtools-hub",
"version": "0.15.1",
"transport": {
"type": "streamable-http",
"url": "http://127.0.0.1:8973/mcp"
}
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment