MCP-FEISHU

by NINGyv179
Verified
{ "name": "mcp-feishu", "version": "1.0.0", "description": "MCP server for Windsurf that integrates with Feishu OpenAPI", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc && tsc-alias", "start": "node dist/index.js", "dev": "cross-env NODE_ENV=development tsx watch src/index.ts", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "mcp", "model-context-protocol", "api", "feishu", "openapi", "windsurf" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "@modelcontextprotocol/inspector":"0.6.0", "axios": "^1.6.7", "cross-env": "^7.0.3", "express": "^4.18.2", "zod": "^3.22.4" }, "devDependencies": { "@types/express": "^4.17.21", "@types/node": "^20.11.19", "ts-node": "^10.9.2", "tsx": "^4.19.2", "tsc-alias": "^1.8.10", "typescript": "^5.3.3" } }