academia-mcp 1.10.0__tar.gz → 1.10.1__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.
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/PKG-INFO +1 -1
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/academia_mcp/tools/visit_webpage.py +1 -1
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/academia_mcp.egg-info/PKG-INFO +1 -1
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/pyproject.toml +1 -1
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/tests/test_visit_webpage.py +2 -2
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/LICENSE +0 -0
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/README.md +0 -0
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/academia_mcp/__init__.py +0 -0
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/academia_mcp/__main__.py +0 -0
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/academia_mcp/files.py +0 -0
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/academia_mcp/latex_templates/agents4science_2025/agents4science_2025.sty +0 -0
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/academia_mcp/latex_templates/agents4science_2025/agents4science_2025.tex +0 -0
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/academia_mcp/llm.py +0 -0
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/academia_mcp/pdf.py +0 -0
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/academia_mcp/py.typed +0 -0
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/academia_mcp/server.py +0 -0
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/academia_mcp/settings.py +0 -0
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/academia_mcp/tools/__init__.py +0 -0
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/academia_mcp/tools/anthology_search.py +0 -0
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/academia_mcp/tools/arxiv_download.py +0 -0
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/academia_mcp/tools/arxiv_search.py +0 -0
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/academia_mcp/tools/bitflip.py +0 -0
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/academia_mcp/tools/document_qa.py +0 -0
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/academia_mcp/tools/hf_datasets_search.py +0 -0
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/academia_mcp/tools/latex.py +0 -0
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/academia_mcp/tools/py.typed +0 -0
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/academia_mcp/tools/review.py +0 -0
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/academia_mcp/tools/s2.py +0 -0
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/academia_mcp/tools/show_image.py +0 -0
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/academia_mcp/tools/speech_to_text.py +0 -0
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/academia_mcp/tools/web_search.py +0 -0
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/academia_mcp/utils.py +0 -0
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/academia_mcp.egg-info/SOURCES.txt +0 -0
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/academia_mcp.egg-info/dependency_links.txt +0 -0
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/academia_mcp.egg-info/entry_points.txt +0 -0
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/academia_mcp.egg-info/requires.txt +0 -0
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/academia_mcp.egg-info/top_level.txt +0 -0
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/setup.cfg +0 -0
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/tests/test_anthology_search.py +0 -0
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/tests/test_arxiv_download.py +0 -0
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/tests/test_arxiv_search.py +0 -0
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/tests/test_bitflip.py +0 -0
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/tests/test_document_qa.py +0 -0
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/tests/test_extract_json.py +0 -0
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/tests/test_hf_dataset_search.py +0 -0
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/tests/test_latex.py +0 -0
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/tests/test_review.py +0 -0
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/tests/test_s2.py +0 -0
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/tests/test_show_image.py +0 -0
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/tests/test_speech_to_text.py +0 -0
- {academia_mcp-1.10.0 → academia_mcp-1.10.1}/tests/test_web_search.py +0 -0
@@ -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
|
@@ -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
|
@@ -2,7 +2,7 @@ from academia_mcp.tools import visit_webpage
|
|
2
2
|
|
3
3
|
|
4
4
|
def test_visit_webpage_basic() -> None:
|
5
|
-
content = visit_webpage("https://example.com/")
|
5
|
+
content = visit_webpage("https://example.com/", provider="basic")
|
6
6
|
assert content is not None
|
7
7
|
assert "Example Domain" in content
|
8
8
|
assert "illustrative" in content
|
@@ -22,7 +22,7 @@ def test_visit_webpage_pdf() -> None:
|
|
22
22
|
|
23
23
|
def test_visit_webpage_nature() -> None:
|
24
24
|
url = "https://www.nature.com/nature/articles?page=51&searchType=journalSearch&sort=PubDate&type=article&year=2020"
|
25
|
-
content = visit_webpage(url)
|
25
|
+
content = visit_webpage(url, provider="basic")
|
26
26
|
assert "1002" in content
|
27
27
|
|
28
28
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|