react-native-ai-debugger 1.0.28 → 1.0.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -630,7 +630,7 @@ export async function getComponentTree(options = {}) {
630
630
 
631
631
  // Find focused screen if requested
632
632
  function findFocusedScreen(fiber, depth = 0) {
633
- if (!fiber || depth > 50) return null;
633
+ if (!fiber || depth > 200) return null;
634
634
 
635
635
  const name = getComponentName(fiber);
636
636
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-ai-debugger",
3
- "version": "1.0.28",
3
+ "version": "1.0.29",
4
4
  "description": "MCP server for AI-powered React Native debugging - logs, REPL, state inspection",
5
5
  "type": "module",
6
6
  "main": "build/index.js",