minitap-mcp 0.1.0__tar.gz → 0.1.1__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: minitap-mcp
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: MCP server for mobile-use
5
5
  Author: Pierre-Louis Favreau, Jean-Pierre Lo, Clément Guiguet
6
6
  Requires-Dist: fastmcp>=2.12.4
@@ -46,7 +46,7 @@ A Model Context Protocol (MCP) server that provides AI-powered mobile device scr
46
46
  1. **Clone and navigate to the project:**
47
47
 
48
48
  ```bash
49
- cd minitap-mcp
49
+ cd mobile-use-mcp
50
50
  ```
51
51
 
52
52
  2. **Install dependencies:**
@@ -25,7 +25,7 @@ A Model Context Protocol (MCP) server that provides AI-powered mobile device scr
25
25
  1. **Clone and navigate to the project:**
26
26
 
27
27
  ```bash
28
- cd minitap-mcp
28
+ cd mobile-use-mcp
29
29
  ```
30
30
 
31
31
  2. **Install dependencies:**
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "minitap-mcp"
3
- version = "0.1.0"
3
+ version = "0.1.1"
4
4
  description = "MCP server for mobile-use"
5
5
  readme = "README.md"
6
6