@larksuiteoapi/lark-mcp
Version:
Feishu/Lark OpenAPI MCP
61 lines (60 loc) • 1.32 kB
JSON
{
"name": "@larksuiteoapi/lark-mcp",
"version": "0.3.1",
"description": "Feishu/Lark OpenAPI MCP",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "chenli.idevlab",
"license": "MIT",
"bin": {
"lark-mcp": "dist/cli.js"
},
"files": [
"dist",
"docs",
"CHANGELOG.md",
"README.md",
"README_ZH.md",
"README_RECALL.md",
"README_RECALL_ZH.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"dev": "ts-node src/index.ts",
"format": "prettier --write \"src/**/*.ts\"",
"prepare": "yarn build",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"keywords": [
"feishu",
"lark",
"mcp",
"open-api",
"ai"
],
"homepage": "https://github.com/larksuite/lark-openapi-mcp",
"engines": {
"node": ">=16.20.0"
},
"dependencies": {
"@larksuiteoapi/node-sdk": "^1.47.0",
"@modelcontextprotocol/sdk": "^1.11.0",
"axios": "^1.8.4",
"commander": "^13.1.0",
"dotenv": "^16.4.7",
"express": "^5.1.0"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^20.4.5",
"@types/express": "^5.0.1",
"jest": "^29.7.0",
"prettier": "^3.5.3",
"ts-jest": "^29.3.2",
"ts-node": "^10.9.1",
"typescript": "^5.0.0"
}
}