{ "name": "@billingserv/mcp-server", "version": "0.2.1", "description": "MCP server for the BillingServ API.", "mcpName": "com.billingserv/mcp", "keywords": [ "mcp", "mcp-server", "modelcontextprotocol", "billingserv", "billing", "ai" ], "homepage": "https://github.com/billingserv/mcp#readme", "repository": { "type": "git", "url": "git+https://github.com/billingserv/mcp.git" }, "bugs": { "url": "https://github.com/billingserv/mcp/issues" }, "type": "module", "bin": { "billingserv-mcp": "./dist/index.js" }, "files": [ "dist", "README.md" ], "publishConfig": { "access": "public" }, "scripts": { "build": "tsc", "prepublishOnly": "npm run typecheck && npm test", "dev": "tsx src/index.ts", "start": "node dist/index.js", "start:dev": "node --env-file=.env dist/index.js", "test": "npm run build && node --test test/body.test.mjs", "typecheck": "tsc --noEmit" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "zod": "^4.4.3" }, "devDependencies": { "@types/node": "^22.20.1", "tsx": "^4.23.12", "typescript": "^7.0.2" }, "engines": { "node": ">=20" }, "license": "MIT" }