UNPKG

@kedoupi/wecombot-mcp

Version:

A Model Context Protocol (MCP) server for WeChat Work (企业微信) group bot integration

65 lines (64 loc) 1.48 kB
{ "name": "@kedoupi/wecombot-mcp", "version": "1.0.2", "description": "A Model Context Protocol (MCP) server for WeChat Work (企业微信) group bot integration", "main": "dist/index.js", "type": "module", "bin": { "wecombot-mcp": "bin/wecombot-mcp.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts", "test": "node --test dist/test/*.js", "test:dev": "tsx --test src/test/*.test.ts", "test:integration": "tsx --test src/test/integration.test.ts", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "wechat", "wecom", "enterprise-wechat", "bot", "webhook", "claude", "typescript" ], "author": { "name": "WeComBot MCP Team", "email": "contact@example.com" }, "license": "MIT", "homepage": "https://github.com/kedoupi/wecombot-mcp#readme", "repository": { "type": "git", "url": "git+https://github.com/kedoupi/wecombot-mcp.git" }, "bugs": { "url": "https://github.com/kedoupi/wecombot-mcp/issues" }, "engines": { "node": ">=18.0.0" }, "files": [ "dist/", "bin/", "README.md", "README_CN.md", "LICENSE", "CHANGELOG.md" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "axios": "^1.6.0" }, "devDependencies": { "@types/node": "^20.0.0", "tsx": "^4.0.0", "typescript": "^5.0.0", "nock": "^13.5.0" } }