Files
kt-financial-system/apps/finance-mcp-service/package.json
你的用户名 076b9fac5f
Some checks failed
Deploy Finance MCP Service / build-mcp (push) Successful in 5m21s
Deploy to Production / Build and Test (push) Successful in 10m12s
Deploy Finance MCP Service / deploy-mcp (push) Failing after 4s
Deploy to Production / Deploy to Server (push) Successful in 6m24s
feat: add Finance MCP workflow
2025-11-08 19:39:10 +08:00

24 lines
552 B
JSON

{
"name": "@vben/finance-mcp-service",
"version": "0.2.0",
"private": true,
"type": "module",
"description": "MCP service exposing Finwise Pro finance APIs",
"scripts": {
"dev": "tsx watch src/index.ts",
"start": "node dist/index.js",
"build": "tsc -p tsconfig.json",
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {
"p-queue": "^9.0.0",
"pino": "^10.1.0",
"zod": "catalog:"
},
"devDependencies": {
"@types/node": "catalog:",
"tsx": "^4.20.6",
"typescript": "catalog:"
}
}