feat: add Loki MCP server package.json

This commit is contained in:
Claude AI
2026-03-02 09:05:21 +00:00
parent 4b0153ea53
commit 93ecfe7418

View File

@@ -0,0 +1,13 @@
{
"name": "mcp-loki-server",
"version": "1.0.0",
"description": "MCP Server for Loki log queries",
"main": "index.js",
"scripts": { "start": "node index.js" },
"dependencies": {
"express": "^4.18.2",
"axios": "^1.6.0"
},
"author": "Vladimiras Levinas",
"license": "MIT"
}