minitap-mcp 0.5.2__py3-none-any.whl → 0.5.3__py3-none-any.whl

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.
@@ -45,10 +45,6 @@ async def execute_mobile_command(
45
45
  "For example: 'A JSON array with sender and subject for each email' "
46
46
  "or 'The battery percentage as a number'.",
47
47
  ),
48
- profile: str = Field(
49
- default="default",
50
- description="Name of the profile to use for this task. Defaults to 'default'.",
51
- ),
52
48
  locked_app_package: str | None = Field(
53
49
  default=None,
54
50
  description="Optional package name of the app to lock the device to. "
@@ -62,11 +58,13 @@ async def execute_mobile_command(
62
58
  task=ManualTaskConfig(
63
59
  goal=goal,
64
60
  output_description=output_description,
65
- locked_app_package=locked_app_package,
66
61
  ),
67
62
  )
68
63
  agent = get_mobile_use_agent()
69
- result = await agent.run_task(request=request)
64
+ result = await agent.run_task(
65
+ request=request,
66
+ locked_app_package=locked_app_package,
67
+ )
70
68
  return _serialize_result(result)
71
69
  except Exception as e:
72
70
  raise ToolError(str(e))
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: minitap-mcp
3
- Version: 0.5.2
3
+ Version: 0.5.3
4
4
  Summary: Model Context Protocol server for controlling Android & iOS devices with natural language
5
5
  Author: Pierre-Louis Favreau, Jean-Pierre Lo, Clément Guiguet
6
6
  Requires-Dist: fastmcp>=2.12.4
7
7
  Requires-Dist: python-dotenv>=1.1.1
8
8
  Requires-Dist: pydantic>=2.12.0
9
9
  Requires-Dist: pydantic-settings>=2.10.1
10
- Requires-Dist: minitap-mobile-use>=2.9.2
10
+ Requires-Dist: minitap-mobile-use>=2.9.3
11
11
  Requires-Dist: jinja2>=3.1.6
12
12
  Requires-Dist: langchain-core>=0.3.75
13
13
  Requires-Dist: pillow>=11.1.0
@@ -21,10 +21,10 @@ minitap/mcp/server/middleware.py,sha256=fbry_IiHmwUxVjsWgOU2goybcS1kLRXFZZ89KPH1
21
21
  minitap/mcp/server/poller.py,sha256=Qakq4yO3EJ9dXmRqtE3sJjyk0ij7VBU-NuupHhTf37g,2539
22
22
  minitap/mcp/tools/analyze_screen.py,sha256=xQALhVfbEn13ao7C3EvzuBusOgjYIkS9hzKhzQSne6g,1991
23
23
  minitap/mcp/tools/compare_screenshot_with_figma.py,sha256=a3rHi8MbomgspJ2iPPgTyRoYrcEai2r4ED_-DssSbNI,4581
24
- minitap/mcp/tools/execute_mobile_command.py,sha256=oYrcm3NEbABPQBTdWLg7ihLFQBL3-L-xEsx_CiTlA9k,2613
24
+ minitap/mcp/tools/execute_mobile_command.py,sha256=iZLQHu-NGSjtjIjzYLTf2Da0t--RgjcFghmUBfhmo1I,2484
25
25
  minitap/mcp/tools/save_figma_assets.py,sha256=V1gnQsJ1tciOxiK08aaqQxOEerJkKzxU8r4hJmkXHtA,9945
26
26
  minitap/mcp/tools/screen_analyzer.md,sha256=TTO80JQWusbA9cKAZn-9cqhgVHm6F_qJh5w152hG3YM,734
27
- minitap_mcp-0.5.2.dist-info/WHEEL,sha256=w4ZtLaDgMAZW2MMZZwtH8zENekoQYBCeullI-zsXJQk,78
28
- minitap_mcp-0.5.2.dist-info/entry_points.txt,sha256=rYVoXm7tSQCqQTtHx4Lovgn1YsjwtEEHfddKrfEVHuY,55
29
- minitap_mcp-0.5.2.dist-info/METADATA,sha256=ZSthLlTbadNg1qZ-cB8vUZeiS7lPt2GSU-CPoqPmOTE,8827
30
- minitap_mcp-0.5.2.dist-info/RECORD,,
27
+ minitap_mcp-0.5.3.dist-info/WHEEL,sha256=ZHijuPszqKbNczrBXkSuoxdxocbxgFghqnequ9ZQlVk,79
28
+ minitap_mcp-0.5.3.dist-info/entry_points.txt,sha256=rYVoXm7tSQCqQTtHx4Lovgn1YsjwtEEHfddKrfEVHuY,55
29
+ minitap_mcp-0.5.3.dist-info/METADATA,sha256=D6x7r5Lvd_L9OEjDxkRZJPx42kIexF_gK3Ovxf0q4K0,8827
30
+ minitap_mcp-0.5.3.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: uv 0.9.9
2
+ Generator: uv 0.9.10
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any