mirror of
https://github.com/getcompanion-ai/alpha-hub.git
synced 2026-04-15 03:00:43 +00:00
CLI + MCP server for searching papers and building persistent knowledge. Powered by alphaXiv for semantic search, paper reports, and PDF Q&A. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
32 lines
590 B
JSON
32 lines
590 B
JSON
{
|
|
"name": "@alpha-hub/cli",
|
|
"version": "0.1.0",
|
|
"description": "CLI for Alpha Hub - search papers and share community annotations",
|
|
"type": "module",
|
|
"bin": {
|
|
"alpha": "./bin/alpha",
|
|
"alpha-mcp": "./bin/alpha-mcp"
|
|
},
|
|
"files": [
|
|
"bin/",
|
|
"src/"
|
|
],
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"keywords": [
|
|
"research",
|
|
"papers",
|
|
"annotations",
|
|
"alphaxiv",
|
|
"mcp",
|
|
"cli"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.27.1",
|
|
"chalk": "^5.3.0",
|
|
"commander": "^12.0.0",
|
|
"zod": "^3.23.0"
|
|
}
|
|
}
|