UNPKG

@gais/advantech-gais-mcp

Version:

A MCP server implementation for monitoring system status via Grafana and Prometheus

39 lines (38 loc) 826 B
{ "name": "@gais/advantech-gais-mcp", "version": "1.0.5", "bin": { "gais-mcp": "./build/index.js" }, "main": "./build/index.js", "engines": { "node": ">=18.0.0" }, "scripts": { "build": "tsc", "prepublishOnly": "npm run build" }, "keywords": [ "advantech", "gais", "mcp", "server", "grafana", "prometheus" ], "author": "dylan.chang@advantech.com.tw", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/aide-support/advantech-gais-mcp.git" }, "description": "A MCP server implementation for monitoring system status via Grafana and Prometheus", "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0" }, "devDependencies": { "@types/node": "^18.19.26", "tsx": "^4.19.3", "typescript": "^5.8.2" } }