academia-mcp 0.0.3__tar.gz → 0.0.5__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-0.0.3 → academia_mcp-0.0.5}/PKG-INFO +2 -2
- academia_mcp-0.0.5/academia_mcp/tools/py.typed +0 -0
- {academia_mcp-0.0.3 → academia_mcp-0.0.5}/academia_mcp.egg-info/PKG-INFO +2 -2
- {academia_mcp-0.0.3 → academia_mcp-0.0.5}/academia_mcp.egg-info/SOURCES.txt +1 -0
- {academia_mcp-0.0.3 → academia_mcp-0.0.5}/academia_mcp.egg-info/requires.txt +1 -1
- {academia_mcp-0.0.3 → academia_mcp-0.0.5}/pyproject.toml +3 -2
- {academia_mcp-0.0.3 → academia_mcp-0.0.5}/LICENSE +0 -0
- {academia_mcp-0.0.3 → academia_mcp-0.0.5}/README.md +0 -0
- {academia_mcp-0.0.3 → academia_mcp-0.0.5}/academia_mcp/__init__.py +0 -0
- {academia_mcp-0.0.3 → academia_mcp-0.0.5}/academia_mcp/__main__.py +0 -0
- {academia_mcp-0.0.3 → academia_mcp-0.0.5}/academia_mcp/py.typed +0 -0
- {academia_mcp-0.0.3 → academia_mcp-0.0.5}/academia_mcp/server.py +0 -0
- {academia_mcp-0.0.3 → academia_mcp-0.0.5}/academia_mcp/tools/__init__.py +0 -0
- {academia_mcp-0.0.3 → academia_mcp-0.0.5}/academia_mcp/tools/anthology_search.py +0 -0
- {academia_mcp-0.0.3 → academia_mcp-0.0.5}/academia_mcp/tools/arxiv_download.py +0 -0
- {academia_mcp-0.0.3 → academia_mcp-0.0.5}/academia_mcp/tools/arxiv_search.py +0 -0
- {academia_mcp-0.0.3 → academia_mcp-0.0.5}/academia_mcp/tools/hf_datasets_search.py +0 -0
- {academia_mcp-0.0.3 → academia_mcp-0.0.5}/academia_mcp/tools/s2_citations.py +0 -0
- {academia_mcp-0.0.3 → academia_mcp-0.0.5}/academia_mcp.egg-info/dependency_links.txt +0 -0
- {academia_mcp-0.0.3 → academia_mcp-0.0.5}/academia_mcp.egg-info/entry_points.txt +0 -0
- {academia_mcp-0.0.3 → academia_mcp-0.0.5}/academia_mcp.egg-info/top_level.txt +0 -0
- {academia_mcp-0.0.3 → academia_mcp-0.0.5}/setup.cfg +0 -0
- {academia_mcp-0.0.3 → academia_mcp-0.0.5}/tests/test_anthology_search.py +0 -0
- {academia_mcp-0.0.3 → academia_mcp-0.0.5}/tests/test_arxiv_download.py +0 -0
- {academia_mcp-0.0.3 → academia_mcp-0.0.5}/tests/test_arxiv_search.py +0 -0
- {academia_mcp-0.0.3 → academia_mcp-0.0.5}/tests/test_hf_dataset_search.py +0 -0
- {academia_mcp-0.0.3 → academia_mcp-0.0.5}/tests/test_s2_citations.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: academia-mcp
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.5
|
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
|
@@ -10,7 +10,7 @@ Classifier: Operating System :: OS Independent
|
|
10
10
|
Requires-Python: >=3.12
|
11
11
|
Description-Content-Type: text/markdown
|
12
12
|
License-File: LICENSE
|
13
|
-
Requires-Dist: mcp
|
13
|
+
Requires-Dist: mcp>=1.9.2
|
14
14
|
Requires-Dist: xmltodict>=0.14.0
|
15
15
|
Requires-Dist: types-xmltodict>=0.14.0
|
16
16
|
Requires-Dist: requests>=2.32.0
|
File without changes
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: academia-mcp
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.5
|
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
|
@@ -10,7 +10,7 @@ Classifier: Operating System :: OS Independent
|
|
10
10
|
Requires-Python: >=3.12
|
11
11
|
Description-Content-Type: text/markdown
|
12
12
|
License-File: LICENSE
|
13
|
-
Requires-Dist: mcp
|
13
|
+
Requires-Dist: mcp>=1.9.2
|
14
14
|
Requires-Dist: xmltodict>=0.14.0
|
15
15
|
Requires-Dist: types-xmltodict>=0.14.0
|
16
16
|
Requires-Dist: requests>=2.32.0
|
@@ -16,6 +16,7 @@ academia_mcp/tools/anthology_search.py
|
|
16
16
|
academia_mcp/tools/arxiv_download.py
|
17
17
|
academia_mcp/tools/arxiv_search.py
|
18
18
|
academia_mcp/tools/hf_datasets_search.py
|
19
|
+
academia_mcp/tools/py.typed
|
19
20
|
academia_mcp/tools/s2_citations.py
|
20
21
|
tests/test_anthology_search.py
|
21
22
|
tests/test_arxiv_download.py
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "academia-mcp"
|
7
|
-
version = "0.0.
|
7
|
+
version = "0.0.5"
|
8
8
|
description = "MCP server that provides different tools to search for scientific publications"
|
9
9
|
readme = "README.md"
|
10
10
|
authors = [
|
@@ -17,7 +17,7 @@ classifiers = [
|
|
17
17
|
"Operating System :: OS Independent",
|
18
18
|
]
|
19
19
|
dependencies = [
|
20
|
-
"mcp
|
20
|
+
"mcp>=1.9.2",
|
21
21
|
"xmltodict>=0.14.0",
|
22
22
|
"types-xmltodict>=0.14.0",
|
23
23
|
"requests>=2.32.0",
|
@@ -51,6 +51,7 @@ where = ["."]
|
|
51
51
|
include = ["academia_mcp*"]
|
52
52
|
|
53
53
|
[tool.setuptools.package-data]
|
54
|
+
"academia_mcp" = ["py.typed"]
|
54
55
|
"academia_mcp.tools" = ["py.typed"]
|
55
56
|
|
56
57
|
[[tool.mypy.overrides]]
|
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
|