arxivsub-mcp 0.1.0 → 0.1.1
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.
- package/dist/index.js +1 -1
- package/package.json +4 -3
package/dist/index.js
CHANGED
|
@@ -187,7 +187,7 @@ function errorResult(e) {
|
|
|
187
187
|
// ---------------------------------------------------------------------------
|
|
188
188
|
// Server + tools
|
|
189
189
|
// ---------------------------------------------------------------------------
|
|
190
|
-
const server = new McpServer({ name: "arxivsub", version: "0.1.
|
|
190
|
+
const server = new McpServer({ name: "arxivsub", version: "0.1.1" });
|
|
191
191
|
const VENUES = "arxiv, CVPR, ICCV, ECCV, ICLR, ICML, NeurIPS, AAAI, MICCAI, CoRL, RSS, ACL, EMNLP, ICRA, IROS, IJCAI, SIGGRAPH, 'SIGGRAPH Asia'";
|
|
192
192
|
server.tool("search_papers", "Search academic papers from arXiv and major AI/CV/ML/robotics/NLP conferences via arXivSub " +
|
|
193
193
|
"(semantic + keyword search over a structured, summarized corpus). Use for 'find papers on X', " +
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "arxivsub-mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
|
+
"mcpName": "io.github.arxivsub/arxivsub-mcp",
|
|
4
5
|
"description": "MCP server for arXivSub — search arXiv and top AI / CV / ML / robotics / NLP conference papers, follow a paper to its related work, build research analytics, and manage a personal library, straight from your AI agent.",
|
|
5
6
|
"keywords": [
|
|
6
7
|
"mcp",
|
|
@@ -18,11 +19,11 @@
|
|
|
18
19
|
],
|
|
19
20
|
"homepage": "https://arxivsub.comfyai.app",
|
|
20
21
|
"bugs": {
|
|
21
|
-
"url": "https://github.com/
|
|
22
|
+
"url": "https://github.com/arxivsub/arxivsub-mcp/issues"
|
|
22
23
|
},
|
|
23
24
|
"repository": {
|
|
24
25
|
"type": "git",
|
|
25
|
-
"url": "git+https://github.com/
|
|
26
|
+
"url": "git+https://github.com/arxivsub/arxivsub-mcp.git"
|
|
26
27
|
},
|
|
27
28
|
"license": "MIT",
|
|
28
29
|
"author": "arXivSub",
|