@langgpt/weixin-mcp-server
Version:
一站式微信公众号内容抓取、生成与多平台内容迁移的智能中台,基于 Model Context Protocol (MCP) 实现内容自动化流转
51 lines (50 loc) • 1.25 kB
JSON
{
"name": "@langgpt/weixin-mcp-server",
"version": "1.1.2",
"description": "一站式微信公众号内容抓取、生成与多平台内容迁移的智能中台,基于 Model Context Protocol (MCP) 实现内容自动化流转",
"type": "module",
"main": "dist/index.js",
"bin": {
"weixin-mcp-server": "dist/index.js"
},
"scripts": {
"build": "tsc && chmod 755 dist/index.js",
"start": "node dist/index.js",
"dev": "tsx src/index.ts",
"prepublishOnly": "npm run build"
},
"keywords": [
"mcp",
"wechat",
"weixin",
"content",
"xiaohongshu",
"redbook",
"ai",
"siliconflow"
],
"author": {
"name": "yzfly",
"email": "yz.liu.me@gmail.com",
"url": "https://github.com/yzfly"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/yzfly/weixin-mcp-server.git"
},
"devDependencies": {
"@types/node": "^20.19.0",
"tsx": "^4.19.4",
"typescript": "^5.8.3"
},
"dependencies": {
"@langgraph-js/crawler": "^1.6.3",
"@modelcontextprotocol/sdk": "^1.12.1",
"esbuild": "^0.25.5",
"get-tsconfig": "^4.10.1",
"resolve-pkg-maps": "^1.0.0",
"undici-types": "^6.21.0",
"zod": "^3.25.56"
}
}