academia-mcp 1.10.0__py3-none-any.whl → 1.10.1__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.0.dist-info → academia_mcp-1.10.1.dist-info}/METADATA +1 -1
- {academia_mcp-1.10.0.dist-info → academia_mcp-1.10.1.dist-info}/RECORD +7 -7
- {academia_mcp-1.10.0.dist-info → academia_mcp-1.10.1.dist-info}/WHEEL +0 -0
- {academia_mcp-1.10.0.dist-info → academia_mcp-1.10.1.dist-info}/entry_points.txt +0 -0
- {academia_mcp-1.10.0.dist-info → academia_mcp-1.10.1.dist-info}/licenses/LICENSE +0 -0
- {academia_mcp-1.10.0.dist-info → academia_mcp-1.10.1.dist-info}/top_level.txt +0 -0
@@ -39,7 +39,7 @@ def visit_webpage(url: str, provider: Optional[str] = "tavily") -> str:
|
|
39
39
|
|
40
40
|
Returns a JSON object serialized to a string. The structure is: {"url": "...", "text": "..."}
|
41
41
|
Use `json.loads` to deserialize the result if you want to get specific fields.
|
42
|
-
|
42
|
+
Try to use both "tavily" and "basic" providers. They might work differently for the same URL.
|
43
43
|
|
44
44
|
Args:
|
45
45
|
url: The URL of the webpage to visit.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: academia-mcp
|
3
|
-
Version: 1.10.
|
3
|
+
Version: 1.10.1
|
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=oKy8CFwTYyIPD73IOcfrUsokING8jpIyosAQ9WraO9E,2645
|
26
26
|
academia_mcp/tools/web_search.py,sha256=kj3BrPdTVfyTjZ_9Jl2n3YUGzcRZk8diQs6cVSVmPrQ,6293
|
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.1.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
28
|
+
academia_mcp-1.10.1.dist-info/METADATA,sha256=3Vuyr7l05zOUPVWTnWY_2p6cS1XSHt26oZLtkB47tVw,6311
|
29
|
+
academia_mcp-1.10.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
30
|
+
academia_mcp-1.10.1.dist-info/entry_points.txt,sha256=gxkiKJ74w2FwJpSECpjA3XtCfI5ZfrM6N8cqnwsq4yY,51
|
31
|
+
academia_mcp-1.10.1.dist-info/top_level.txt,sha256=CzGpRFsRRJRqWEb1e3SUlcfGqRzOxevZGaJWrtGF8W0,13
|
32
|
+
academia_mcp-1.10.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|