mcp-invest-assistant
Version:
56 lines (55 loc) • 1.29 kB
JSON
{
"name": "mcp-invest-assistant",
"version": "1.0.2",
"description": "MCP投资助手服务器",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
"bin": {
"mcp-invest-assistant": "./dist/index.js"
},
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsc --watch & nodemon dist/index.js",
"clean": "rimraf dist",
"prebuild": "npm run clean"
},
"keywords": [
"model-context-protocol",
"lixingren",
"mcp",
"invest",
"assistant",
"cursor",
"lxr",
"mcp-invest-assistant",
"mcp-invest-assistant-server",
"etf"
],
"author": "",
"license": "ISC",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.0",
"axios": "^1.9.0",
"dayjs": "^1.11.13",
"mathjs": "^14.5.0",
"os": "^0.1.2",
"winston": "^3.17.0",
"zod": "^3.25.30"
},
"devDependencies": {
"@types/node": "^20.11.25",
"nodemon": "^3.1.10",
"rimraf": "^5.0.10",
"typescript": "^5.3.3"
},
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/haohongyang1/mcp-invest-assistant"
},
"bugs": {
"url": "https://github.com/haohongyang1/mcp-invest-assistant/issues"
},
"homepage": "https://github.com/haohongyang1/mcp-invest-assistant"
}