Jarvis-Brain 0.1.12.1__py3-none-any.whl → 0.1.12.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Jarvis_Brain
3
- Version: 0.1.12.1
3
+ Version: 0.1.12.2
4
4
  Summary: Jarvis brain mcp
5
5
  Requires-Python: >=3.10
6
6
  Requires-Dist: beautifulsoup4
@@ -1,11 +1,11 @@
1
1
  mcp_tools/__init__.py,sha256=_ZzedxbxmVkdRH00ONOjQR31pZW-B8WPn5P2qE6T-Iw,3012
2
- mcp_tools/dp_tools.py,sha256=Re1bOQrTGeUSuPMXmPFRQLB0fo3TFlADhBoW-Bi_O9k,20726
2
+ mcp_tools/dp_tools.py,sha256=sCu--_fC1ISSKysnWyxdWCxxwql4LiFoD-ODDUDwhXM,20724
3
3
  mcp_tools/main.py,sha256=U405cGk_4nasBHiR4vrXsgZaTwQSZmo74vckfNH9hKg,1214
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.12.1.dist-info/METADATA,sha256=l9voBQUlSWlk2bsRuBssJbk0I6ecwhOqVAPibobRKyI,264
9
- jarvis_brain-0.1.12.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
10
- jarvis_brain-0.1.12.1.dist-info/entry_points.txt,sha256=YFQT4xpkUqt5dM5wlKPQQOqcjMuFrT9iuRAzIpAyH7U,51
11
- jarvis_brain-0.1.12.1.dist-info/RECORD,,
8
+ jarvis_brain-0.1.12.2.dist-info/METADATA,sha256=RhSTsoNWxCNUkGdgv_IiH514ePRejnhcWfRR9F9Y0KU,264
9
+ jarvis_brain-0.1.12.2.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
10
+ jarvis_brain-0.1.12.2.dist-info/entry_points.txt,sha256=YFQT4xpkUqt5dM5wlKPQQOqcjMuFrT9iuRAzIpAyH7U,51
11
+ jarvis_brain-0.1.12.2.dist-info/RECORD,,
mcp_tools/dp_tools.py CHANGED
@@ -315,7 +315,7 @@ def register_scroll_action(mcp: FastMCP, browser_manager):
315
315
 
316
316
 
317
317
  def register_mouse_hover(mcp: FastMCP, browser_manager):
318
- @mcp.tool(name="scroll_action", description="将鼠标悬停在元素上【这个功能使用了Drissionpage的action行为链功能】")
318
+ @mcp.tool(name="mouse_hover", description="将鼠标悬停在元素上【这个功能使用了Drissionpage的action行为链功能】")
319
319
  async def mouse_hover(browser_port: int, tab_id: str, css_selector: str, target_element_index: int = 0) -> dict[
320
320
  str, Any]:
321
321
  _browser = browser_manager.get_browser(browser_port)