UNPKG

wecom-mcp

Version:

WeCom MCP Server for sending messages to WeCom

52 lines (51 loc) 1.09 kB
{ "name": "wecom-mcp", "version": "1.0.2", "description": "WeCom MCP Server for sending messages to WeCom", "main": "dist/index.js", "bin": { "wecom-mcp": "dist/index.js" }, "type": "module", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc && node dist/index.js", "test": "echo \"Error: no test specified\" && exit 1", "prepublishOnly": "npm run build" }, "author": "code-tinker", "license": "ISC", "keywords": [ "mcp", "model-context-protocol", "wecom", "wechat-work", "messaging", "anthropic", "claude" ], "repository": { "type": "git", "url": "https://github.com/code-tinker/wecom-mcp.git" }, "files": [ "dist", "README.md", "package.json" ], "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.4.0", "axios": "^1.6.2", "form-data": "^4.0.0", "mime-types": "^2.1.35" }, "devDependencies": { "@types/node": "^20.10.0", "@types/mime-types": "^2.1.4", "typescript": "^5.3.0" } }