UNPKG

dingtalk-department-mcp

Version:

DingTalk Department Management MCP Server - TypeScript implementation for AI assistants

61 lines 1.53 kB
{ "name": "dingtalk-department-mcp", "version": "1.0.0", "description": "DingTalk Department Management MCP Server - TypeScript implementation for AI assistants", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "bin": { "dingtalk-department-mcp": "./dist/cli.js" }, "files": [ "dist/**/*", "dingtalk_department_mcp.yaml", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "start": "npm run build && node dist/cli.js", "dev": "npm run build && node dist/cli.js", "clean": "rimraf dist", "prebuild": "npm run clean", "prepublishOnly": "npm run build", "test": "npm run build && node dist/cli.js --help", "type-check": "tsc --noEmit" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.4.0", "axios": "^1.6.0", "js-yaml": "^4.1.0" }, "devDependencies": { "@types/js-yaml": "^4.0.9", "@types/node": "^20.19.0", "rimraf": "^5.0.10", "typescript": "^5.8.3" }, "keywords": [ "mcp", "dingtalk", "department", "organization", "cursor", "ai", "typescript", "model-context-protocol" ], "author": "DingTalk MCP Team", "license": "MIT", "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "https://github.com/your-org/dingtalk-department-mcp.git" }, "homepage": "https://github.com/your-org/dingtalk-department-mcp#readme", "bugs": { "url": "https://github.com/your-org/dingtalk-department-mcp/issues" } }