radon-mcp
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseRadon IDE MCP Tools
Radon IDE MCP 工具
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/针对使用Radon IDE的MCP工具进行React Native / Expo应用实时检查与调试的最佳实践。
请查阅当前所用工具的相关参考文档。所有参考文档均位于目录下。
references/References
参考文档
| File | When to read |
|---|---|
| When debugging any issues - call |
| Inspecting the current visual state of the app, fixing visual bugs, making UI changes |
| Understanding mounted component structure, resolving layout issues, finding context providers |
| Inspecting network requests - paginated list of all HTTP traffic coming from and into the app |
| Drilling into a specific network request's headers, body, and metadata |
| Reloading the app - choosing between JS reload, process restart, or full rebuild |
| Looking up React Native / Expo API docs from a curated knowledge base |
| Evaluating what an npm library does and whether it fits the task |
| 文件路径 | 查阅场景 |
|---|---|
| 调试任何问题时——首先调用 |
| 检查应用当前视觉状态、修复视觉Bug、调整UI时 |
| 理解已挂载组件结构、解决布局问题、查找上下文提供者时 |
| 检查网络请求时——查看应用所有进出HTTP流量的分页列表 |
| 深入查看特定网络请求的请求头、请求体及元数据时 |
| 重新加载应用时——在JS重载、进程重启或完整构建之间进行选择 |
| 从精选知识库中查询React Native / Expo API文档时 |
| 评估npm库功能及是否适配当前任务时 |