mobai-mcp 1.5.0 → 2.0.0

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/dist/index.d.ts CHANGED
@@ -1,8 +1,8 @@
1
1
  #!/usr/bin/env node
2
2
  /**
3
- * MobAI MCP Server
3
+ * MobAI MCP Server (stdio)
4
4
  *
5
- * Provides tools for AI-powered mobile device automation through the MobAI HTTP API.
6
- * Works with both Android and iOS devices, emulators, and simulators.
5
+ * Mirrors the Go HTTP-based MCP server as a stdio transport.
6
+ * Proxies tool calls to the MobAI HTTP API at 127.0.0.1:8686.
7
7
  */
8
8
  export {};