UNPKG

feishu-user-token-mcp-v2

Version:

A Model Context Protocol (MCP) server for Feishu user token management and authentication

56 lines (55 loc) 1.26 kB
{ "name": "feishu-user-token-mcp-v2", "version": "0.1.3", "description": "A Model Context Protocol (MCP) server for Feishu user token management and authentication", "main": "dist/index.js", "bin": { "feishu-user-token-mcp-v2": "dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node ./dist/index.js", "start:streamableHttp": "node dist/streamableHttp.js", "prepublishOnly": "npm run build", "prepack": "npm run build" }, "files": [ "dist", "README.md", "USAGE.md" ], "keywords": [ "mcp", "model-context-protocol", "feishu", "lark", "authentication", "oauth", "user-token" ], "repository": { "type": "git", "url": "" }, "author": "", "license": "MIT", "engines": { "node": ">=14.0.0" }, "preferGlobal": true, "dependencies": { "@modelcontextprotocol/sdk": "^1.10.1", "@types/yargs": "^17.0.33", "axios": "^1.10.0", "body-parser": "^2.2.0", "express": "^5.1.0", "open": "^10.1.2", "yargs": "^18.0.0" }, "devDependencies": { "@types/express": "^5.0.3", "@types/node": "^22.13.10", "typescript": "^5.8.2" } }