UNPKG

haloapi-mcp-tools

Version:

Model Context Protocol (MCP) server for interacting with the HaloPSA API

86 lines (85 loc) 2.37 kB
{ "name": "haloapi-mcp-tools", "version": "1.4.0", "description": "Model Context Protocol (MCP) server for interacting with the HaloPSA API", "main": "standalone-mcp.js", "type": "commonjs", "bin": { "haloapi-mcp-tools": "bin/standalone-mcp.js", "haloapi-mcp-server": "bin/standalone-mcp.js", "haloapi-desktop-mcp": "bin/desktop-mcp", "haloapi-ts-mcp": "bin/ts/haloapi-mcp" }, "files": [ "bin", "scripts", "standalone-mcp.js", "desktop-mcp.js", "README.md", "LICENSE", "docs" ], "scripts": { "start": "node standalone-mcp.js", "dev": "nodemon standalone-mcp.js", "desktop": "node claude-desktop-mcp.js", "desktop:debug": "DEBUG=true node claude-desktop-mcp.js", "claude": "node bin/desktop-mcp", "claude:debug": "node bin/desktop-mcp --debug", "test": "jest --coverage", "test:mcp": "node test-mcp.js", "test:ts": "node tests/ts/haloapi-test.js", "debug": "DEBUG=true node debug-server.js", "lint": "eslint .", "format": "prettier --write \"**/*.{js,json,md}\"", "postinstall": "node scripts/make-executable.js", "verify": "node scripts/verify-changes.js", "build:ts": "node scripts/build-ts.js", "build:haloapi": "cd src/haloapi && npm run build", "integrate": "node scripts/integrate.js" }, "keywords": [ "halopsa", "mcp", "model-context-protocol", "ai", "claude", "assistant", "helpdesk", "ticketing", "itsm", "api", "claude-desktop" ], "author": "Suleman Manji", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "axios": "^1.8.4", "cors": "^2.8.5", "dotenv": "^16.4.7", "express": "^4.21.2", "uuid": "^11.1.0", "zod": "^3.22.4" }, "devDependencies": { "@babel/plugin-syntax-import-assertions": "^7.26.0", "@babel/plugin-transform-modules-commonjs": "^7.26.3", "@babel/preset-env": "^7.26.9", "eslint": "^8.54.0", "jest": "^29.7.0", "nodemon": "^3.0.1", "prettier": "^3.1.0" }, "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/ssmanji89/haloapi-mcp-tools.git" }, "bugs": { "url": "https://github.com/ssmanji89/haloapi-mcp-tools/issues" }, "homepage": "https://github.com/ssmanji89/haloapi-mcp-tools#readme" }