UNPKG

wanx-mcp4chatbot

Version:
48 lines (47 loc) 1.22 kB
{ "name": "wanx-mcp4chatbot", "version": "1.2.0", "description": "通义万相 MCP 服务器 聊天助手优化", "type": "module", "main": "dist/index.js", "bin": { "tongyi-wanxiang": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "rm -rf dist && tsc && chmod 755 dist/*", "start": "node dist/index.js", "pub": "npm run build && npm publish --registry=https://registry.npmjs.org", "inspector": "npx @modelcontextprotocol/inspector node dist/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.9.0", "axios": "^1.8.4", "zod": "^3.21.4" }, "packageManager": "pnpm@10.9.0", "devDependencies": { "@types/node": "^20.3.1", "eslint": "^8.42.0", "ts-node": "^10.9.1", "typescript": "^5.1.3" }, "repository": { "type": "git", "url": "git+https://github.com/raymond9zhou/wanx-mcp4chatbot.git" }, "keywords": [ "Tongyi", "Wanx", "Chatbox", "MCP" ], "author": "Raymond Zhou <raymond9zhou@gmail.com>", "license": "ISC", "bugs": { "url": "https://github.com/raymond9zhou/wanx-mcp4chatbot/issues" }, "homepage": "https://github.com/raymond9zhou/wanx-mcp4chatbot#readme" }