Jarvis-Brain 0.1.13.3__py3-none-any.whl → 0.1.13.4__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.
- {jarvis_brain-0.1.13.3.dist-info → jarvis_brain-0.1.13.4.dist-info}/METADATA +1 -1
- {jarvis_brain-0.1.13.3.dist-info → jarvis_brain-0.1.13.4.dist-info}/RECORD +5 -5
- mcp_tools/dp_tools.py +1 -1
- {jarvis_brain-0.1.13.3.dist-info → jarvis_brain-0.1.13.4.dist-info}/WHEEL +0 -0
- {jarvis_brain-0.1.13.3.dist-info → jarvis_brain-0.1.13.4.dist-info}/entry_points.txt +0 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
mcp_tools/__init__.py,sha256=_ZzedxbxmVkdRH00ONOjQR31pZW-B8WPn5P2qE6T-Iw,3012
|
|
2
|
-
mcp_tools/dp_tools.py,sha256=
|
|
2
|
+
mcp_tools/dp_tools.py,sha256=9bjIN_U1GnoSYTQHQsTBa4mp63haeL4Lx6ICGm7EckU,25510
|
|
3
3
|
mcp_tools/main.py,sha256=hIiYV7QVT8XDEDihhTQTUmL7Ftlsd0DlfhKMHEqj244,1262
|
|
4
4
|
tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
5
|
tools/browser_manager.py,sha256=zeYcWuzxoohMdnYUoZbRH7axFC_VtV8MsncfN8y0yw0,2023
|
|
6
6
|
tools/browser_proxy.py,sha256=VAhuVrBIoXmKyXvCmJh4eRYCWpLIhbTYmFHK8l8eoTA,6590
|
|
7
7
|
tools/tools.py,sha256=KvBzefiQbgR-Qa1FsTOGMbVuwTzrK3iXXJgZuFU3UVg,10926
|
|
8
|
-
jarvis_brain-0.1.13.
|
|
9
|
-
jarvis_brain-0.1.13.
|
|
10
|
-
jarvis_brain-0.1.13.
|
|
11
|
-
jarvis_brain-0.1.13.
|
|
8
|
+
jarvis_brain-0.1.13.4.dist-info/METADATA,sha256=yMysJU0Xkd2avPXFYS8WQbeYmd02Dhxxsw7DKwHf8Cg,264
|
|
9
|
+
jarvis_brain-0.1.13.4.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
10
|
+
jarvis_brain-0.1.13.4.dist-info/entry_points.txt,sha256=YFQT4xpkUqt5dM5wlKPQQOqcjMuFrT9iuRAzIpAyH7U,51
|
|
11
|
+
jarvis_brain-0.1.13.4.dist-info/RECORD,,
|
mcp_tools/dp_tools.py
CHANGED
|
@@ -420,7 +420,7 @@ def register_get_screenshot(mcp: FastMCP, browser_manager):
|
|
|
420
420
|
if not os.path.exists(html_source_code_local_save_path):
|
|
421
421
|
os.makedirs(html_source_code_local_save_path)
|
|
422
422
|
timestamp = int(time.time() * 1000)
|
|
423
|
-
|
|
423
|
+
time.sleep(3)
|
|
424
424
|
origin_png = target_tab.get_screenshot(as_bytes="png")
|
|
425
425
|
compress_png = compress_image_bytes(origin_png)
|
|
426
426
|
image_path = os.path.join(html_source_code_local_save_path, f"{browser_port}_{tab_id}_{timestamp}.png")
|
|
File without changes
|
|
File without changes
|