Created via MCP

This commit is contained in:
2026-03-01 17:09:45 +00:00
parent 2cae067019
commit ebca4a1a99

View File

@@ -0,0 +1,16 @@
{
"name": "mcp-prometheus-server",
"version": "1.0.0",
"description": "MCP Server for Prometheus and Grafana",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"express": "^4.18.2",
"axios": "^1.6.0"
},
"author": "Vladimiras Levinas",
"license": "MIT"
}