Clover MCP Server

by ibraheem4
Verified
{ "name": "@ibraheem4/clover-mcp", "version": "1.4.0", "description": "A Clover MCP server for interacting with Clover's API", "type": "module", "bin": { "@ibraheem4/clover-mcp": "./build/index.js", "clover-mcp": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && chmod +x build/index.js", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js", "publish:patch": "npm version patch && npm publish", "publish:minor": "npm version minor && npm publish", "publish:major": "npm version major && npm publish" }, "dependencies": { "@modelcontextprotocol/sdk": "0.6.0", "axios": "1.7.9", "dotenv": "16.4.7", "express": "^4.18.3", "http-proxy": "^1.18.1" }, "devDependencies": { "@types/express": "^4.17.21", "@types/node": "^20.11.24", "typescript": "^5.3.3" }, "keywords": [ "clover", "mcp", "model-context-protocol", "cli" ], "author": "Ibraheem Abdul-Malik", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/ibraheem4/clover-mcp" }, "publishConfig": { "access": "public" }, "engines": { "node": ">=18" } }