quash-mcp 0.2.6__py3-none-any.whl → 0.2.7__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 +15 -0
- {quash_mcp-0.2.6.dist-info → quash_mcp-0.2.7.dist-info}/METADATA +1 -1
- {quash_mcp-0.2.6.dist-info → quash_mcp-0.2.7.dist-info}/RECORD +5 -5
- {quash_mcp-0.2.6.dist-info → quash_mcp-0.2.7.dist-info}/WHEEL +0 -0
- {quash_mcp-0.2.6.dist-info → quash_mcp-0.2.7.dist-info}/entry_points.txt +0 -0
quash_mcp/tools/execute_v3.py
CHANGED
|
@@ -187,6 +187,11 @@ async def execute_v3(
|
|
|
187
187
|
if not config["vision"]:
|
|
188
188
|
screenshot_bytes = None
|
|
189
189
|
|
|
190
|
+
# DEBUG: Log UI state
|
|
191
|
+
a11y_preview = ui_state_dict.get("a11y_tree", "")[:150]
|
|
192
|
+
log_progress(f"📱 UI State captured - A11y tree preview: {a11y_preview}...")
|
|
193
|
+
log_progress(f"📷 Screenshot: {'Present' if screenshot_bytes else 'None'}")
|
|
194
|
+
|
|
190
195
|
except Exception as e:
|
|
191
196
|
log_progress(f"⚠️ Warning: Failed to capture device state: {e}")
|
|
192
197
|
ui_state_dict = {
|
|
@@ -235,6 +240,16 @@ async def execute_v3(
|
|
|
235
240
|
code = action.get("code")
|
|
236
241
|
reasoning = action.get("reasoning")
|
|
237
242
|
|
|
243
|
+
# DEBUG: Log full backend response
|
|
244
|
+
log_progress(f"\n📋 DEBUG - Backend Response:")
|
|
245
|
+
log_progress(f" - Action type: {action_type}")
|
|
246
|
+
log_progress(f" - Completed: {step_result.get('completed', False)}")
|
|
247
|
+
log_progress(f" - Success: {step_result.get('success', None)}")
|
|
248
|
+
log_progress(f" - Code present: {bool(code)}")
|
|
249
|
+
if code:
|
|
250
|
+
log_progress(f" - Code: {code[:100]}..." if len(code) > 100 else f" - Code: {code}")
|
|
251
|
+
log_progress(f" - Assistant response: {step_result.get('assistant_response', '')[:200]}...\n")
|
|
252
|
+
|
|
238
253
|
# Log reasoning
|
|
239
254
|
if reasoning:
|
|
240
255
|
log_progress(f"🤔 Reasoning: {reasoning}")
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: quash-mcp
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.7
|
|
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
|
|
@@ -14,10 +14,10 @@ quash_mcp/tools/configure.py,sha256=cv4RTolu6qae-XzyACSJUDrALfd0gYC-XE5s66_zfNk,
|
|
|
14
14
|
quash_mcp/tools/connect.py,sha256=Kc7RGRUgtd2sR_bv6U4CB4kWSaLfsDc5kBo9u4FEjzs,4799
|
|
15
15
|
quash_mcp/tools/execute.py,sha256=kR3VzIl31Lek-js4Hgxs-S_ls4YwKnbqkt79KFbvFuM,909
|
|
16
16
|
quash_mcp/tools/execute_v2_backup.py,sha256=waWnaD0dEVcOJgRBbqZo3HnxME1s6YUOn8aRbm4R3X4,6081
|
|
17
|
-
quash_mcp/tools/execute_v3.py,sha256=
|
|
17
|
+
quash_mcp/tools/execute_v3.py,sha256=Ya3XEh2fOBgVmytIShLkiWuAbpQKE4CNGUSamwJD92I,14250
|
|
18
18
|
quash_mcp/tools/runsuite.py,sha256=gohLk9FpN8v7F0a69fspqOqUexTcslpYf3qU-iIZZ3s,7220
|
|
19
19
|
quash_mcp/tools/usage.py,sha256=g76A6FO36fThoyRFG7q92QmS3Kh1pIKOrhYOzUdIubA,1155
|
|
20
|
-
quash_mcp-0.2.
|
|
21
|
-
quash_mcp-0.2.
|
|
22
|
-
quash_mcp-0.2.
|
|
23
|
-
quash_mcp-0.2.
|
|
20
|
+
quash_mcp-0.2.7.dist-info/METADATA,sha256=ECsH0GmJFNgNHritM3Mq1kjoRsSty4zS9FE_Cs-9eCs,8129
|
|
21
|
+
quash_mcp-0.2.7.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
22
|
+
quash_mcp-0.2.7.dist-info/entry_points.txt,sha256=9sbDxrx0ApGDVRS-IE3mQgSao3DwKnnV_k-_ipFn9QI,52
|
|
23
|
+
quash_mcp-0.2.7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|