UNPKG

@kivanio/mcp-new-relic

Version:

MCP server for querying New Relic errors and metrics

58 lines (57 loc) 1.22 kB
{ "name": "@kivanio/mcp-new-relic", "version": "1.0.1", "description": "MCP server for querying New Relic errors and metrics", "type": "module", "main": "dist/index.js", "bin": { "mcp-new-relic": "dist/index.js" }, "files": [ "dist/**/*", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts", "prepare": "npm run build", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "mcp-server", "new-relic", "monitoring", "errors", "claude", "model-context-protocol" ], "author": "Kivanio", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/kivanio/mcp-new-relic.git" }, "homepage": "https://github.com/kivanio/mcp-new-relic#readme", "bugs": { "url": "https://github.com/kivanio/mcp-new-relic/issues" }, "engines": { "node": ">=18.0.0" }, "publishConfig": { "access": "public" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "axios": "^1.6.2", "dotenv": "^16.3.1" }, "devDependencies": { "@types/node": "^20.10.5", "tsx": "^4.7.0", "typescript": "^5.3.3" } }