package.json•1.24 kB
{
"name": "service-health-mcp",
"version": "0.1.0",
"description": "Universal service health monitoring MCP server for checking APIs, databases, and services",
"main": "dist/server.js",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/natashanajdovski/service-health-mcp.git"
},
"homepage": "https://github.com/natashanajdovski/service-health-mcp#readme",
"bugs": {
"url": "https://github.com/natashanajdovski/service-health-mcp/issues"
},
"scripts": {
"build": "tsc",
"dev": "tsx src/server.ts",
"start": "node dist/server.js",
"test": "echo 'Tests coming soon!' && exit 0",
"clean": "rmdir /s /q dist 2>nul || echo No dist folder to clean"
},
"keywords": [
"mcp",
"service-health",
"health-check",
"monitoring",
"api-monitoring",
"service-monitoring",
"claude",
"ai-tools",
"typescript",
"devops"
],
"author": "Natasha",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^0.5.0",
"axios": "^1.6.0",
"zod": "^3.22.0"
},
"devDependencies": {
"@types/node": "^20.10.0",
"tsx": "^4.20.3",
"typescript": "^5.3.0"
},
"engines": {
"node": ">=18.0.0"
}
}