halopsa-workflows-mcp
Version:
HaloPSA Workflows MCP Server
67 lines (66 loc) • 1.68 kB
JSON
{
"name": "halopsa-workflows-mcp",
"version": "1.1.0",
"description": "HaloPSA Workflows MCP Server",
"type": "module",
"main": "src/index.js",
"bin": {
"halopsa-workflows-mcp": "./halopsa-mcp.js"
},
"scripts": {
"build": "tsc",
"test": "node src/halopsa-direct.js",
"start": "node halopsa-mcp.js",
"dev": "nodemon --watch src -e ts,js --exec npm run start",
"test:integration": "node test-mcp-server.js",
"test:startup": "node test-startup.js",
"test:all": "npm run test:startup && npm run test:integration && node test-fastmcp.js",
"prepublishOnly": "npm run build",
"publish": "node scripts/build-and-publish.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.8.0",
"axios": "^1.6.5",
"dotenv": "^16.3.1",
"fastmcp": "^1.20.5",
"zod": "^3.24.2",
"zod-to-json-schema": "^3.24.3"
},
"devDependencies": {
"@types/node": "^20.10.6",
"nodemon": "^3.0.2",
"readline-sync": "^1.4.10",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=20.0.0"
},
"files": [
"src",
"halopsa-mcp.js",
"README.md",
"LICENSE",
"COMPATIBILITY.md"
],
"keywords": [
"halopsa",
"mcp",
"model-context-protocol",
"ai",
"claude",
"workflow",
"fastmcp",
"psa",
"automation"
],
"author": "Suleman Manji <ssmanji89@github.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/ssmanji89/halopsa-workflows-mcp.git"
},
"bugs": {
"url": "https://github.com/ssmanji89/halopsa-workflows-mcp/issues"
},
"homepage": "https://github.com/ssmanji89/halopsa-workflows-mcp#readme",
"license": "MIT"
}