minitap-mcp 0.8.0__py3-none-any.whl → 0.8.1__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.
@@ -14,20 +14,20 @@ def _derive_mcp_url_from_base(base_url: str) -> str:
14
14
  """Derive the MCP URL from the API base URL.
15
15
 
16
16
  Extracts the scheme and host from the base URL and appends /api/mcp.
17
- Example: https://dev.platform.minitap.ai/api/v1 -> https://dev.platform.minitap.ai/api/mcp
17
+ Example: https://dev.platform.minitap.ai/api/v1 -> https://dev.platform.minitap.ai/api/mcp/
18
18
  """
19
19
  parsed = urlparse(base_url)
20
- return f"{parsed.scheme}://{parsed.netloc}/api/mcp"
20
+ return f"{parsed.scheme}://{parsed.netloc}/api/mcp/"
21
21
 
22
22
 
23
23
  def _derive_daas_url_from_base(base_url: str) -> str:
24
24
  """Derive the DaaS API URL from the API base URL.
25
25
 
26
26
  Extracts the scheme and host from the base URL and appends /api/daas.
27
- Example: https://dev.platform.minitap.ai/api/v1 -> https://dev.platform.minitap.ai/api/daas
27
+ Example: https://dev.platform.minitap.ai/api/v1 -> https://dev.platform.minitap.ai/api/daas/
28
28
  """
29
29
  parsed = urlparse(base_url)
30
- return f"{parsed.scheme}://{parsed.netloc}/api/daas"
30
+ return f"{parsed.scheme}://{parsed.netloc}/api/daas/"
31
31
 
32
32
 
33
33
  class MCPSettings(BaseSettings):
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: minitap-mcp
3
- Version: 0.8.0
3
+ Version: 0.8.1
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>=3.0.0
10
+ Requires-Dist: minitap-mobile-use>=3.4.0
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
@@ -8,7 +8,7 @@ minitap/mcp/core/agents/compare_screenshots/eval/scenario_1_add_cartoon_img_and_
8
8
  minitap/mcp/core/agents/compare_screenshots/eval/scenario_1_add_cartoon_img_and_move_button/prompt_1/output.md,sha256=Q0_5w9x5WAMqx6-I7KgjlS-tt7HnWKIunP43J7F0W_o,3703
9
9
  minitap/mcp/core/agents/compare_screenshots/prompt.md,sha256=qAyqOroSJROgrvlbsLCtiwFyBKuIMCQ-720A5cwgwPY,3563
10
10
  minitap/mcp/core/cloud_apk.py,sha256=Xeg1jrycm50UC72J4qVZ2NS9qs20oXKhvBcmBRs4rEA,3896
11
- minitap/mcp/core/config.py,sha256=UttOQoEcr8o_suDYjnCKeJh3fIYVjtaN0uC499yLiDs,3109
11
+ minitap/mcp/core/config.py,sha256=aX4dGz-tZ88AVX6AeoBcEMUT-iVlabgtcwsCf47dSgY,3113
12
12
  minitap/mcp/core/decorators.py,sha256=ipzR7kbMXacG91f6CliN-nl9unRTtjmANrfueaOXJ2s,3591
13
13
  minitap/mcp/core/device.py,sha256=0AU8qGi26axC6toqHrPIzNeDbNDtll0YRwkspHouPmM,8198
14
14
  minitap/mcp/core/llm.py,sha256=tI5m5rFDLeMkXE5WExnzYSzHU3nTIEiSC9nAsPzVMaU,1144
@@ -28,7 +28,7 @@ minitap/mcp/tools/read_swift_logs.py,sha256=Wc1XqQWWuNuPEIBioYD2geVd1p9Yq2USik6S
28
28
  minitap/mcp/tools/screen_analyzer.md,sha256=TTO80JQWusbA9cKAZn-9cqhgVHm6F_qJh5w152hG3YM,734
29
29
  minitap/mcp/tools/take_screenshot.py,sha256=gGySPSeVnx8lHiseGF_Wat82JLF-D8GuQIJ_hCaLZlQ,1730
30
30
  minitap/mcp/tools/upload_screenshot.py,sha256=kwh8Q46LWF3nyKbKlvnlf-CtGrPkctXSnLyeebQGNFI,2959
31
- minitap_mcp-0.8.0.dist-info/WHEEL,sha256=XV0cjMrO7zXhVAIyyc8aFf1VjZ33Fen4IiJk5zFlC3g,80
32
- minitap_mcp-0.8.0.dist-info/entry_points.txt,sha256=rYVoXm7tSQCqQTtHx4Lovgn1YsjwtEEHfddKrfEVHuY,55
33
- minitap_mcp-0.8.0.dist-info/METADATA,sha256=-MGdsoHNBysE7vM-tbk54J2Na1wZGOd9dwbqpTPENcI,10619
34
- minitap_mcp-0.8.0.dist-info/RECORD,,
31
+ minitap_mcp-0.8.1.dist-info/WHEEL,sha256=XV0cjMrO7zXhVAIyyc8aFf1VjZ33Fen4IiJk5zFlC3g,80
32
+ minitap_mcp-0.8.1.dist-info/entry_points.txt,sha256=rYVoXm7tSQCqQTtHx4Lovgn1YsjwtEEHfddKrfEVHuY,55
33
+ minitap_mcp-0.8.1.dist-info/METADATA,sha256=KTCif4x5DUhUq3yhquy4XzZ2N03qkiVUp-aOxC12GSs,10619
34
+ minitap_mcp-0.8.1.dist-info/RECORD,,