package.json•716 B
{
"name": "mcp-stock-assistant",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"bin": {
"stock-assistant": "./build/index.js"
},
"scripts": {
"build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"",
"start": "node build/index.js"
},
"files": [
"build"
],
"keywords": [
"mcp",
"stock",
"xueqiu"
],
"author": "",
"license": "ISC",
"description": "MCP Stock Assistant using Xueqiu API",
"devDependencies": {
"@types/node": "^22.10.0",
"typescript": "^5.7.2"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.4.0",
"zod": "^3.22.4",
"https-proxy-agent": "^7.0.2",
"node-fetch": "^3.3.2"
}
}