UNPKG

@access-mcp/system-status

Version:

MCP server for ACCESS-CI System Status and Outages API

43 lines (42 loc) 906 B
{ "name": "@access-mcp/system-status", "version": "0.3.0", "description": "MCP server for ACCESS-CI System Status and Outages API", "type": "module", "main": "dist/index.js", "bin": { "access-mcp-system-status": "dist/index.js" }, "files": [ "dist/**/*", "README.md" ], "scripts": { "build": "tsc", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "access-ci", "hpc", "system-status", "outages", "monitoring" ], "author": "ACCESS-CI", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/necyberteam/access-mcp.git", "directory": "packages/system-status" }, "homepage": "https://github.com/necyberteam/access-mcp#readme", "engines": { "node": ">=18.0.0" }, "dependencies": { "@access-mcp/shared": "^0.3.0", "express": "^4.18.0" } }