cnks 0.2.4__py3-none-any.whl → 0.2.5__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.
cnks/__init__.py CHANGED
@@ -5,7 +5,7 @@ import json
5
5
  from typing import Optional, Dict, Any
6
6
 
7
7
  # 版本号
8
- __version__ = "0.2.3"
8
+ __version__ = "0.2.5"
9
9
 
10
10
  def add_note(name: str, content: str) -> None:
11
11
  """添加笔记到服务器"""
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cnks
3
- Version: 0.2.4
4
- Summary: CNKI Search tool with Chrome browser integration
3
+ Version: 0.2.5
4
+ Summary: CNKI Search tool with local Chrome
5
5
  Author-email: bai-z-l <b@iziliang.com>
6
6
  Requires-Python: >=3.10
7
7
  Requires-Dist: mcp[cli]>=1.6.0
@@ -11,7 +11,7 @@ Description-Content-Type: text/markdown
11
11
 
12
12
  # 知网搜索MCP服务器
13
13
 
14
- 该MCP服务器可以帮助您打开Chrome浏览器访问中国知网,搜索关键词并提取论文详细内容。
14
+ 该MCP服务器可以帮助您打开Chrome浏览器访问中国知网,搜索关键词并提取论文摘要。
15
15
 
16
16
  ## 功能
17
17
 
@@ -0,0 +1,6 @@
1
+ cnks/__init__.py,sha256=GfZSLoZWaxfZrb3HJgJIWfgIDUZTO5xb1elWM_Zw7I8,1850
2
+ cnks/server.py,sha256=rDANj6wZZ_tPu3XoHPhyM0BUXAi7sv4zDUVgoqFlVog,79819
3
+ cnks-0.2.5.dist-info/METADATA,sha256=jNp_bumewZ0YkbADorXtDHrMFS2RxboRWvfYqh0rM6w,3939
4
+ cnks-0.2.5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
5
+ cnks-0.2.5.dist-info/entry_points.txt,sha256=OkIiD7Ctn1Fn5B5zY09ltFFjIA8mJd3lw5V20AGtyYg,35
6
+ cnks-0.2.5.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- cnks/__init__.py,sha256=jAOpGR_mQLsDctjb9B5E2J7d6pEgdoijSOQowFfX2es,1850
2
- cnks/server.py,sha256=rDANj6wZZ_tPu3XoHPhyM0BUXAi7sv4zDUVgoqFlVog,79819
3
- cnks-0.2.4.dist-info/METADATA,sha256=Qejt1Y4pYqHww8WIoJwwcDx7ttj4B9B1tBzdK0mgryM,3959
4
- cnks-0.2.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
5
- cnks-0.2.4.dist-info/entry_points.txt,sha256=OkIiD7Ctn1Fn5B5zY09ltFFjIA8mJd3lw5V20AGtyYg,35
6
- cnks-0.2.4.dist-info/RECORD,,
File without changes