academia-mcp 1.10.2__py3-none-any.whl → 1.10.3__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.
- academia_mcp/tools/visit_webpage.py +1 -1
- {academia_mcp-1.10.2.dist-info → academia_mcp-1.10.3.dist-info}/METADATA +1 -1
- {academia_mcp-1.10.2.dist-info → academia_mcp-1.10.3.dist-info}/RECORD +7 -7
- {academia_mcp-1.10.2.dist-info → academia_mcp-1.10.3.dist-info}/WHEEL +0 -0
- {academia_mcp-1.10.2.dist-info → academia_mcp-1.10.3.dist-info}/entry_points.txt +0 -0
- {academia_mcp-1.10.2.dist-info → academia_mcp-1.10.3.dist-info}/licenses/LICENSE +0 -0
- {academia_mcp-1.10.2.dist-info → academia_mcp-1.10.3.dist-info}/top_level.txt +0 -0
@@ -34,7 +34,7 @@ def _tavily_visit_webpage(url: str) -> str:
|
|
34
34
|
return sanitize_output(json.dumps(response.json()["results"][0]["raw_content"]))
|
35
35
|
|
36
36
|
|
37
|
-
def visit_webpage(url: str, provider: Optional[str] = "
|
37
|
+
def visit_webpage(url: str, provider: Optional[str] = "basic") -> str:
|
38
38
|
"""
|
39
39
|
Visit a webpage and return the content.
|
40
40
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: academia-mcp
|
3
|
-
Version: 1.10.
|
3
|
+
Version: 1.10.3
|
4
4
|
Summary: MCP server that provides different tools to search for scientific publications
|
5
5
|
Author-email: Ilya Gusev <phoenixilya@gmail.com>
|
6
6
|
Project-URL: Homepage, https://github.com/IlyaGusev/academia_mcp
|
@@ -22,11 +22,11 @@ academia_mcp/tools/review.py,sha256=Va0lFJJKuk-NvWhKS3UZ-Dnuk7CyuDQ4S1nd70D-ffE,
|
|
22
22
|
academia_mcp/tools/s2.py,sha256=QX7-pbetab3Xt_1tvVPU6o5D_NAe9y6jcTGRBK1vwtY,6200
|
23
23
|
academia_mcp/tools/show_image.py,sha256=jiJlQ53dbZ0T61OBhCT3IKVvBl9NHc6jHgWLfg5BxiE,3856
|
24
24
|
academia_mcp/tools/speech_to_text.py,sha256=YZzMqdvunzXkpcadP_mYhm6cs4qH1Y_42SfY-7eX4O4,1601
|
25
|
-
academia_mcp/tools/visit_webpage.py,sha256=
|
25
|
+
academia_mcp/tools/visit_webpage.py,sha256=K4L8V5KB5b4mHZBWee3OBp1C9ZFI_ge-tZ3HZXxLZwA,2742
|
26
26
|
academia_mcp/tools/web_search.py,sha256=0gKE3gtLBhdQ6G1eSgYLs1LIuo__PHwsYx5I5mTn254,6408
|
27
|
-
academia_mcp-1.10.
|
28
|
-
academia_mcp-1.10.
|
29
|
-
academia_mcp-1.10.
|
30
|
-
academia_mcp-1.10.
|
31
|
-
academia_mcp-1.10.
|
32
|
-
academia_mcp-1.10.
|
27
|
+
academia_mcp-1.10.3.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
28
|
+
academia_mcp-1.10.3.dist-info/METADATA,sha256=-MGPktQMI9OjYLCGnMvGN9kZUQN8qGeGBFA1L8dWeZ4,6311
|
29
|
+
academia_mcp-1.10.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
30
|
+
academia_mcp-1.10.3.dist-info/entry_points.txt,sha256=gxkiKJ74w2FwJpSECpjA3XtCfI5ZfrM6N8cqnwsq4yY,51
|
31
|
+
academia_mcp-1.10.3.dist-info/top_level.txt,sha256=CzGpRFsRRJRqWEb1e3SUlcfGqRzOxevZGaJWrtGF8W0,13
|
32
|
+
academia_mcp-1.10.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|