UNPKG

@ria-sys/mcp

Version:

MCP Server para integração com WhatsApp

58 lines (57 loc) 1.21 kB
{ "name": "@ria-sys/mcp", "version": "3.0.3", "description": "MCP Server para integração com WhatsApp", "main": "dist/index.js", "type": "module", "bin": { "mcp": "./dist/index.js" }, "files": [ "dist", "src", "README.md", "LICENSE" ], "scripts": { "start": "tsx src/index.ts", "dev": "tsx watch src/index.ts", "build": "tsc", "prepublishOnly": "yarn build && chmod +x dist/index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "@modelcontextprotocol/sdk": "1.8.0", "@modelcontextprotocol/server-github": "^2025.4.8", "node-fetch": "2", "tsx": "^4.7.1", "typescript": "^5.3.3", "zod": "^3.22.4", "zod-to-json-schema": "^3.24.5" }, "devDependencies": { "@types/node": "^20.11.24", "ts-node-dev": "^2.0.0" }, "keywords": [ "mcp", "whatsapp", "server", "ria" ], "author": "RIA", "license": "MIT", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/ria-sys/mcp.git" }, "bugs": { "url": "https://github.com/ria-sys/mcp/issues" }, "engines": { "node": ">=18.0.0" } }