radon-mcp

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Radon 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

参考文档

FileWhen to read
references/view-application-logs.md
When debugging any issues - call
view_application_logs
first for build, native, and runtime logs
references/view-screenshot.md
Inspecting the current visual state of the app, fixing visual bugs, making UI changes
references/view-component-tree.md
Understanding mounted component structure, resolving layout issues, finding context providers
references/view-network-logs.md
Inspecting network requests - paginated list of all HTTP traffic coming from and into the app
references/view-network-request-details.md
Drilling into a specific network request's headers, body, and metadata
references/reload-application.md
Reloading the app - choosing between JS reload, process restart, or full rebuild
references/query-documentation.md
Looking up React Native / Expo API docs from a curated knowledge base
references/get-library-description.md
Evaluating what an npm library does and whether it fits the task
文件路径查阅场景
references/view-application-logs.md
调试任何问题时——首先调用
view_application_logs
获取构建、原生及运行时日志
references/view-screenshot.md
检查应用当前视觉状态、修复视觉Bug、调整UI时
references/view-component-tree.md
理解已挂载组件结构、解决布局问题、查找上下文提供者时
references/view-network-logs.md
检查网络请求时——查看应用所有进出HTTP流量的分页列表
references/view-network-request-details.md
深入查看特定网络请求的请求头、请求体及元数据时
references/reload-application.md
重新加载应用时——在JS重载、进程重启或完整构建之间进行选择
references/query-documentation.md
从精选知识库中查询React Native / Expo API文档时
references/get-library-description.md
评估npm库功能及是否适配当前任务时