UNPKG

xero-mcp

Version:

A Model Context Protocol server allows Clients to interact with Xero

48 lines 1.07 kB
{ "name": "xero-mcp", "version": "2.2.1", "description": "A Model Context Protocol server allows Clients to interact with Xero", "author": "Jianyang Zhang", "type": "module", "main": "build/index.js", "bin": { "xero-mcp": "./build/index.js" }, "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "start:dev": "tsx src/index.ts", "test": "jest" }, "files": [ "build", "README.md" ], "keywords": [ "mcp", "xero", "modelcontextprotocol", "AI", "accounting" ], "repository": { "type": "git", "url": "git+https://github.com/john-zhang-dev/xero-mcp.git" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "dotenv": "^17.3.1", "open": "^11.0.0", "xero-node": "^17.0.0", "zod": "^4.4.3" }, "devDependencies": { "@types/jest": "^30.0.0", "@types/node": "^25.5.0", "jest": "^30.4.2", "ts-jest": "^29.3.0", "ts-node": "^10.9.2", "tsx": "^4.19.3", "typescript": "^6.0.3" }, "license": "MIT" }