Jarvis-Brain 0.1.11.7__tar.gz → 0.1.11.8__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Jarvis_Brain
3
- Version: 0.1.11.7
3
+ Version: 0.1.11.8
4
4
  Summary: Jarvis brain mcp
5
5
  Requires-Python: >=3.10
6
6
  Requires-Dist: beautifulsoup4
@@ -325,7 +325,7 @@ def register_get_screenshot(mcp: FastMCP, browser_manager):
325
325
  os.makedirs(html_source_code_local_save_path)
326
326
  timestamp = int(time.time() * 1000)
327
327
  # time.sleep(1)
328
- origin_png = target_tab.get_screenshot(as_bytes="png")
328
+ origin_png = target_tab.get_screenshot(as_bytes="png", full_page=True)
329
329
  compress_png = compress_image_bytes(origin_png)
330
330
  image_path = os.path.join(html_source_code_local_save_path, f"{browser_port}_{tab_id}_{timestamp}.png")
331
331
  with open(image_path, "wb") as f:
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "Jarvis_Brain" # 别人下载时用的名字,必须在 PyPI 上唯一
3
- version = "0.1.11.7"
3
+ version = "0.1.11.8"
4
4
  description = "Jarvis brain mcp"
5
5
  dependencies = [
6
6
  "fastmcp",
File without changes