academia-mcp 1.7.3__py3-none-any.whl → 1.7.4__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/review.py +3 -1
- {academia_mcp-1.7.3.dist-info → academia_mcp-1.7.4.dist-info}/METADATA +1 -1
- {academia_mcp-1.7.3.dist-info → academia_mcp-1.7.4.dist-info}/RECORD +7 -7
- {academia_mcp-1.7.3.dist-info → academia_mcp-1.7.4.dist-info}/WHEEL +0 -0
- {academia_mcp-1.7.3.dist-info → academia_mcp-1.7.4.dist-info}/entry_points.txt +0 -0
- {academia_mcp-1.7.3.dist-info → academia_mcp-1.7.4.dist-info}/licenses/LICENSE +0 -0
- {academia_mcp-1.7.3.dist-info → academia_mcp-1.7.4.dist-info}/top_level.txt +0 -0
academia_mcp/tools/review.py
CHANGED
@@ -131,8 +131,10 @@ Return the result as a JSON object in the following format:
|
|
131
131
|
"limitations": "Limitations of the paper",
|
132
132
|
"overall": "Number + short description",
|
133
133
|
"confidence": "Number + short description",
|
134
|
-
"format_issues": "Format issues"
|
134
|
+
"format_issues": "Format issues"
|
135
135
|
}
|
136
|
+
|
137
|
+
Always produce a correct JSON object.
|
136
138
|
"""
|
137
139
|
|
138
140
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: academia-mcp
|
3
|
-
Version: 1.7.
|
3
|
+
Version: 1.7.4
|
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
|
@@ -17,13 +17,13 @@ academia_mcp/tools/document_qa.py,sha256=t9mygYQ7AFIAPiha1nZ-y043luQlkTCBdWb_SDn
|
|
17
17
|
academia_mcp/tools/hf_datasets_search.py,sha256=KiBkqT4rXjEN4oc1AWZOPnqN_Go90TQogY5-DUm3LQo,2854
|
18
18
|
academia_mcp/tools/latex.py,sha256=llxxjBMHzDX4iNMeJSLuiP_sXT4umtYVyyhfZq2derM,5936
|
19
19
|
academia_mcp/tools/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
20
|
-
academia_mcp/tools/review.py,sha256=
|
20
|
+
academia_mcp/tools/review.py,sha256=9lMMELiRNVpiETqtFEHk551LaFuf1LYx0gXD5Sn7Ve0,10285
|
21
21
|
academia_mcp/tools/s2_citations.py,sha256=XZ3a4rsovAiI_D_kIy0GddRHSjpC5Fa_CS8dmB9Qftg,4902
|
22
22
|
academia_mcp/tools/visit_webpage.py,sha256=OZdqDkVPIbANyFw5o5jIjU5Rr_dolxrGDs63Ud-GmRM,1966
|
23
23
|
academia_mcp/tools/web_search.py,sha256=mobKm4iqKppn8pduZYMzWRo1MQBjkAqmMtrFLI5XY2Y,6296
|
24
|
-
academia_mcp-1.7.
|
25
|
-
academia_mcp-1.7.
|
26
|
-
academia_mcp-1.7.
|
27
|
-
academia_mcp-1.7.
|
28
|
-
academia_mcp-1.7.
|
29
|
-
academia_mcp-1.7.
|
24
|
+
academia_mcp-1.7.4.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
25
|
+
academia_mcp-1.7.4.dist-info/METADATA,sha256=gy4d2ZNVTCU11hDgYerJ_H_hQjQ3CI7kUiPSmmNDsvA,3714
|
26
|
+
academia_mcp-1.7.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
27
|
+
academia_mcp-1.7.4.dist-info/entry_points.txt,sha256=gxkiKJ74w2FwJpSECpjA3XtCfI5ZfrM6N8cqnwsq4yY,51
|
28
|
+
academia_mcp-1.7.4.dist-info/top_level.txt,sha256=CzGpRFsRRJRqWEb1e3SUlcfGqRzOxevZGaJWrtGF8W0,13
|
29
|
+
academia_mcp-1.7.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|