quash-mcp 0.2.1__py3-none-any.whl → 0.2.2__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.

Potentially problematic release.


This version of quash-mcp might be problematic. Click here for more details.

@@ -15,8 +15,8 @@ class BackendClient:
15
15
  """Client for communicating with Quash backend API."""
16
16
 
17
17
  def __init__(self):
18
- # Get backend URL from environment variable, default to localhost for development
19
- self.base_url = os.getenv("MAHORAGA_BACKEND_URL", "http://localhost:8000")
18
+ # Get backend URL from environment variable, default to production backend
19
+ self.base_url = os.getenv("MAHORAGA_BACKEND_URL", "http://13.220.180.140:8000")
20
20
  self.timeout = 300.0 # 5 minutes for long-running LLM calls
21
21
  logger.info(f"🔧 Backend client initialized: URL={self.base_url}")
22
22
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: quash-mcp
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary: Model Context Protocol server for Quash - AI-powered mobile automation agent
5
5
  Project-URL: Homepage, https://quashbugs.com
6
6
  Project-URL: Repository, https://github.com/quash/quash-mcp
@@ -1,6 +1,6 @@
1
1
  quash_mcp/__init__.py,sha256=LImiWCRgjAbb5DZXBq2DktUEAbftvnO61Vil4Ayun9A,39
2
2
  quash_mcp/__main__.py,sha256=WCg5OlnXhr6i0XJHAUGpbhliMy3qE2SJkFzVD4wO-lw,239
3
- quash_mcp/backend_client.py,sha256=FmwBVf_1nmWk18kXWuWXnDTYgL6x9kKqiNVULlW-x48,6844
3
+ quash_mcp/backend_client.py,sha256=GdUokKZIK885RvpzvHgO2SAyWxFKz1n_o78n1jvz_PY,6842
4
4
  quash_mcp/server.py,sha256=scUGnplxjsvyYLK2q6hrjl-5Chkdnat9pODDtLzsQFY,15519
5
5
  quash_mcp/state.py,sha256=Tnt795GnZcas-h62Y6KYyIZVopeoWPM0TbRwOeVFYj4,4394
6
6
  quash_mcp/device/__init__.py,sha256=6e8CtHolt-vJKPxZUU_Vsd6-QGqos9VrFykaLTT90rk,772
@@ -14,7 +14,7 @@ quash_mcp/tools/connect.py,sha256=Kc7RGRUgtd2sR_bv6U4CB4kWSaLfsDc5kBo9u4FEjzs,47
14
14
  quash_mcp/tools/execute.py,sha256=waWnaD0dEVcOJgRBbqZo3HnxME1s6YUOn8aRbm4R3X4,6081
15
15
  quash_mcp/tools/runsuite.py,sha256=gohLk9FpN8v7F0a69fspqOqUexTcslpYf3qU-iIZZ3s,7220
16
16
  quash_mcp/tools/usage.py,sha256=g76A6FO36fThoyRFG7q92QmS3Kh1pIKOrhYOzUdIubA,1155
17
- quash_mcp-0.2.1.dist-info/METADATA,sha256=_qm4XB3PlKzO9bV0LptAb73W0SL05llVAFxYEdg0uYQ,8129
18
- quash_mcp-0.2.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
19
- quash_mcp-0.2.1.dist-info/entry_points.txt,sha256=9sbDxrx0ApGDVRS-IE3mQgSao3DwKnnV_k-_ipFn9QI,52
20
- quash_mcp-0.2.1.dist-info/RECORD,,
17
+ quash_mcp-0.2.2.dist-info/METADATA,sha256=FBjGu-uE5xDJoOR9aFUTMrihXrXXffIMyMQ32o-ohZY,8129
18
+ quash_mcp-0.2.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
19
+ quash_mcp-0.2.2.dist-info/entry_points.txt,sha256=9sbDxrx0ApGDVRS-IE3mQgSao3DwKnnV_k-_ipFn9QI,52
20
+ quash_mcp-0.2.2.dist-info/RECORD,,