Jarvis-Brain 0.1.9.11__tar.gz → 0.1.9.13__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.9.11
3
+ Version: 0.1.9.13
4
4
  Summary: Jarvis brain mcp
5
5
  Requires-Python: >=3.10
6
6
  Requires-Dist: beautifulsoup4
@@ -5,7 +5,7 @@
5
5
  一个基于 FastMCP 和 DrissionPage 的浏览器自动化 MCP 服务器
6
6
 
7
7
  [![Python Version](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)
8
- [![Version](https://img.shields.io/badge/version-0.1.5.7-green.svg)](https://github.com/yourusername/jarvis-mcp)
8
+ [![Version](https://img.shields.io/badge/version-0.1.9.12-green.svg)](https://github.com/yourusername/jarvis-mcp)
9
9
 
10
10
  ## 📖 简介
11
11
 
@@ -29,7 +29,7 @@ if "JarvisNode" in enabled_modules:
29
29
 
30
30
 
31
31
  def main():
32
- mcp.run(transport="stdio")
32
+ mcp.run(transport="stdio",show_banner=False)
33
33
 
34
34
 
35
35
  if __name__ == '__main__':
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "Jarvis_Brain" # 别人下载时用的名字,必须在 PyPI 上唯一
3
- version = "0.1.9.11"
3
+ version = "0.1.9.13"
4
4
  description = "Jarvis brain mcp"
5
5
  dependencies = [
6
6
  "fastmcp",
@@ -29,7 +29,7 @@ class DPProxyClient:
29
29
  :return:
30
30
  """
31
31
  if start_listen:
32
- self.driver.listen.set_targets(targets="api|jsonp|callback", is_regex=True, res_type=('xhr', 'fetch'))
32
+ self.driver.listen.set_targets(res_type=('xhr', 'fetch'))
33
33
  self.driver.listen.start()
34
34
  self.thread = threading.Thread(target=self.start_listen, args=(count, timeout,))
35
35
  self.thread.start()
File without changes