quash-mcp 0.2.14__py3-none-any.whl → 0.2.17__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.
- quash_mcp/tools/execute_v3.py +2 -1
- {quash_mcp-0.2.14.dist-info → quash_mcp-0.2.17.dist-info}/METADATA +1 -1
- {quash_mcp-0.2.14.dist-info → quash_mcp-0.2.17.dist-info}/RECORD +5 -5
- {quash_mcp-0.2.14.dist-info → quash_mcp-0.2.17.dist-info}/WHEEL +0 -0
- {quash_mcp-0.2.14.dist-info → quash_mcp-0.2.17.dist-info}/entry_points.txt +0 -0
quash_mcp/tools/execute_v3.py
CHANGED
|
@@ -414,7 +414,8 @@ async def execute_v3(
|
|
|
414
414
|
|
|
415
415
|
# 3. Execute action locally FIRST (if provided)
|
|
416
416
|
# NOTE: Backend should have already removed complete() from the code
|
|
417
|
-
if code and action_type == "execute_code":
|
|
417
|
+
if code and (action_type == "execute_code" or action_type == "complete"):
|
|
418
|
+
|
|
418
419
|
log_progress(f"⚡ Executing action...")
|
|
419
420
|
|
|
420
421
|
log_progress(f"```python\n{code}\n```") # Log the code
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: quash-mcp
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.17
|
|
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
|
|
@@ -15,10 +15,10 @@ quash_mcp/tools/configure.py,sha256=cv4RTolu6qae-XzyACSJUDrALfd0gYC-XE5s66_zfNk,
|
|
|
15
15
|
quash_mcp/tools/connect.py,sha256=Kc7RGRUgtd2sR_bv6U4CB4kWSaLfsDc5kBo9u4FEjzs,4799
|
|
16
16
|
quash_mcp/tools/execute.py,sha256=kR3VzIl31Lek-js4Hgxs-S_ls4YwKnbqkt79KFbvFuM,909
|
|
17
17
|
quash_mcp/tools/execute_v2_backup.py,sha256=waWnaD0dEVcOJgRBbqZo3HnxME1s6YUOn8aRbm4R3X4,6081
|
|
18
|
-
quash_mcp/tools/execute_v3.py,sha256=
|
|
18
|
+
quash_mcp/tools/execute_v3.py,sha256=GyqyNh0-lQtXTcdmQlkA094Tw93mOZDmUtcwTdq1UxQ,22693
|
|
19
19
|
quash_mcp/tools/runsuite.py,sha256=gohLk9FpN8v7F0a69fspqOqUexTcslpYf3qU-iIZZ3s,7220
|
|
20
20
|
quash_mcp/tools/usage.py,sha256=g76A6FO36fThoyRFG7q92QmS3Kh1pIKOrhYOzUdIubA,1155
|
|
21
|
-
quash_mcp-0.2.
|
|
22
|
-
quash_mcp-0.2.
|
|
23
|
-
quash_mcp-0.2.
|
|
24
|
-
quash_mcp-0.2.
|
|
21
|
+
quash_mcp-0.2.17.dist-info/METADATA,sha256=aCVjTBrzaf3-XP1ttXAfJW3VtUJViXcF0OUjnIk3blE,8424
|
|
22
|
+
quash_mcp-0.2.17.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
23
|
+
quash_mcp-0.2.17.dist-info/entry_points.txt,sha256=9sbDxrx0ApGDVRS-IE3mQgSao3DwKnnV_k-_ipFn9QI,52
|
|
24
|
+
quash_mcp-0.2.17.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|