radon-mcp logo

radon-mcp

radon mcp

SKILL.md

Full skill instructions

Radon IDE MCP Tools

Best practices for Radon IDE's MCP tools for live React Native / Expo app inspection and debugging.

Read the relevant reference for the tool at hand. All references are in references/.

References

FileWhen to read
references/view-application-logs.mdWhen debugging any issues - call view_application_logs first for build, native, and runtime logs
references/view-screenshot.mdInspecting the current visual state of the app, fixing visual bugs, making UI changes
references/view-component-tree.mdUnderstanding mounted component structure, resolving layout issues, finding context providers
references/view-network-logs.mdInspecting network requests - paginated list of all HTTP traffic coming from and into the app
references/view-network-request-details.mdDrilling into a specific network request's headers, body, and metadata
references/reload-application.mdReloading the app - choosing between JS reload, process restart, or full rebuild
references/query-documentation.mdLooking up React Native / Expo API docs from a curated knowledge base
references/get-library-description.mdEvaluating what an npm library does and whether it fits the task