react-native-ai-devtools 1.3.0 → 1.3.1

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.
package/LICENSE CHANGED
@@ -4,7 +4,7 @@ The code in this repository is dual-licensed:
4
4
  the MIT License (see below).
5
5
 
6
6
  2. Code in the src/pro/ directory is licensed under the
7
- react-native-ai-debugger Commercial License. A valid license key is
7
+ react-native-ai-devtools Commercial License. A valid license key is
8
8
  required for use. See src/pro/LICENSE for terms.
9
9
 
10
10
  ---
package/build/index.js CHANGED
@@ -81,7 +81,7 @@ function resolveNetworkBuffer(device) {
81
81
  }
82
82
  // Create MCP server
83
83
  const server = new McpServer({
84
- name: "react-native-ai-debugger",
84
+ name: "react-native-ai-devtools",
85
85
  version: "1.0.0"
86
86
  }, {
87
87
  instructions: "React Native debugging MCP server. Call get_usage_guide to learn recommended workflows for all tools. Quick start: scan_metro → get_logs / search_logs (console debugging) → ios_screenshot → tap(text=\"Submit\") or tap(x, y) (interact with UI)."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-ai-devtools",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
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",