{ "name": "@cloudbusiness/gl-importer-mcp", "version": "0.1.5", "description": "MCP server for the Synder Importer REST API. Imports CSV/XLSX accounting data into QuickBooks Online or Xero.", "mcpName": "com.synder/gl-importer-mcp", "type": "module", "main": "dist/index.js", "bin": { "gl-importer-mcp": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "watch": "tsc --watch", "start": "node dist/index.js", "test": "vitest run", "test:watch": "vitest", "prepublishOnly": "npm run build" }, "engines": { "node": ">=18" }, "keywords": [ "mcp", "synder", "importer", "quickbooks", "xero", "accounting", "model-context-protocol" ], "author": "Synder ", "license": "MIT", "homepage": "https://importer.synder.com", "repository": { "type": "git", "url": "https://github.com/SynderAccounting/gl-importer-plugin.git" }, "bugs": { "url": "https://github.com/SynderAccounting/gl-importer-plugin/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "zod": "^3.23.0" }, "devDependencies": { "@types/node": "^20.11.0", "nock": "^13.5.0", "typescript": "^5.4.0", "vitest": "^1.4.0" } }