package.json•1.44 kB
{
"name": "@shuchang/futu-mcp-server",
"version": "1.1.13",
"description": "富途API MCP服务器 - 完整的股票数据和交易功能MCP工具集",
"main": "bin/futu-mcp.js",
"bin": {
"futu-mcp-server": "./bin/futu-mcp.js"
},
"scripts": {
"start": "node bin/futu-mcp.js",
"dev": "node bin/futu-mcp.js",
"install-deps": "pip install -r requirements.txt",
"setup": "python3 -m venv venv && source venv/bin/activate && pip install -r requirements.txt",
"test": "python3 test_watchlist.py 2>/dev/null || echo '测试跳过:需要富途环境'",
"prepublishOnly": "echo '准备发布...' && npm run test",
"postpublish": "echo '发布成功!现在可以使用: npx @shuchang/futu-mcp-server'"
},
"keywords": [
"mcp",
"futu",
"stock",
"trading",
"api",
"model-context-protocol"
],
"author": "TradeMind Team",
"license": "MIT",
"engines": {
"node": ">=14.0.0"
},
"files": [
"bin/",
"futu_mcp_server.py",
"trademind/",
"requirements.txt",
"README.md",
"FEATURES.md",
"CURSOR_SETUP_GUIDE.md",
"__init__.py",
"__main__.py"
],
"dependencies": {},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/shuchaang/futu-mcp.git"
},
"bugs": {
"url": "https://github.com/shuchaang/futu-mcp/issues"
},
"homepage": "https://github.com/shuchaang/futu-mcp#readme"
}