academia-mcp 0.0.5__py3-none-any.whl → 0.0.6__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/__init__.py CHANGED
@@ -1,7 +1,5 @@
1
1
  from .server import server
2
2
 
3
- __version__ = "0.0.1"
4
-
5
3
 
6
4
  def main() -> None:
7
5
  server.run()
academia_mcp/server.py CHANGED
@@ -1,3 +1,4 @@
1
+ import fire
1
2
  from mcp.server.fastmcp import FastMCP
2
3
 
3
4
  from .tools.arxiv_search import arxiv_search
@@ -15,5 +16,9 @@ server.add_tool(hf_datasets_search)
15
16
  server.add_tool(anthology_search)
16
17
 
17
18
 
19
+ def run(port: int):
20
+ server.run(port=port)
21
+
22
+
18
23
  if __name__ == "__main__":
19
- server.run()
24
+ fire.Fire(run)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: academia-mcp
3
- Version: 0.0.5
3
+ Version: 0.0.6
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
@@ -26,6 +26,7 @@ Requires-Dist: black==25.1.0
26
26
  Requires-Dist: mypy==1.16.0
27
27
  Requires-Dist: flake8==7.2.0
28
28
  Requires-Dist: huggingface-hub>=0.32.4
29
+ Requires-Dist: fire>=0.7.0
29
30
  Dynamic: license-file
30
31
 
31
32
  # Academia MCP
@@ -1,7 +1,7 @@
1
- academia_mcp/__init__.py,sha256=0wvKJeTFVLXWx97eL76D6SRNF4o5IUxwv83lWiG3Xiw,89
1
+ academia_mcp/__init__.py,sha256=z25_nvrlZ2OW6lc866UuISBBgAKgV3P3pj8-unxyXPc,66
2
2
  academia_mcp/__main__.py,sha256=rcmsOtJd3SA82exjrcGBuxuptcoxF8AXI7jNjiVq2BY,59
3
3
  academia_mcp/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- academia_mcp/server.py,sha256=2OIyYdrKZ4bKwgywAYg4iswicIezgm5Qqa7TYluePB4,532
4
+ academia_mcp/server.py,sha256=1zwVXRBUizIvcvzkSiOT9Km5GVB5yCV0_OdUklY3GyI,594
5
5
  academia_mcp/tools/__init__.py,sha256=KZuteEnRZSJFl1E_VIH7V3hAHS6WUl-K4Ge41D9q58M,347
6
6
  academia_mcp/tools/anthology_search.py,sha256=Wnpd6ovSeCYXjuzisV37hg_Kdh4NVC_1Y93VLIy2Gus,7728
7
7
  academia_mcp/tools/arxiv_download.py,sha256=fJ1PCgnpQvPKXv6VLKLcL_Hd_hz9LhPM-NAq3gYehGk,11158
@@ -9,9 +9,9 @@ academia_mcp/tools/arxiv_search.py,sha256=-A5-7PP-kYgjQjMreRGKkOwD4AQf7nVt6yh8vH
9
9
  academia_mcp/tools/hf_datasets_search.py,sha256=KiBkqT4rXjEN4oc1AWZOPnqN_Go90TQogY5-DUm3LQo,2854
10
10
  academia_mcp/tools/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
11
  academia_mcp/tools/s2_citations.py,sha256=xIwaGaAcLNBJ8_IAJtFiN2h_164yvz_jcsl6c-wFzAA,3988
12
- academia_mcp-0.0.5.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
13
- academia_mcp-0.0.5.dist-info/METADATA,sha256=VQ1AXhP2rudPCRSfkW973xm-Q7IzuqGx7glxejpz6lQ,1629
14
- academia_mcp-0.0.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
15
- academia_mcp-0.0.5.dist-info/entry_points.txt,sha256=gxkiKJ74w2FwJpSECpjA3XtCfI5ZfrM6N8cqnwsq4yY,51
16
- academia_mcp-0.0.5.dist-info/top_level.txt,sha256=CzGpRFsRRJRqWEb1e3SUlcfGqRzOxevZGaJWrtGF8W0,13
17
- academia_mcp-0.0.5.dist-info/RECORD,,
12
+ academia_mcp-0.0.6.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
13
+ academia_mcp-0.0.6.dist-info/METADATA,sha256=b-cYmtnAvaTPx_RipiQwJoaDuBew23zY4IP6K7kK-Cw,1656
14
+ academia_mcp-0.0.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
15
+ academia_mcp-0.0.6.dist-info/entry_points.txt,sha256=gxkiKJ74w2FwJpSECpjA3XtCfI5ZfrM6N8cqnwsq4yY,51
16
+ academia_mcp-0.0.6.dist-info/top_level.txt,sha256=CzGpRFsRRJRqWEb1e3SUlcfGqRzOxevZGaJWrtGF8W0,13
17
+ academia_mcp-0.0.6.dist-info/RECORD,,