{ "name": "@dynatrace-oss/dynatrace-managed-mcp-server", "version": "1.1.1", "engines": { "node": ">=26.5.1 <27" }, "mcpName": "io.github.dynatrace-oss/dynatrace-managed-mcp", "description": "Model Context Protocol (MCP) server for Dynatrace Managed (self-hosted)", "keywords": [ "Dynatrace", "managed", "mcp", "model-context-protocol", "server" ], "type": "commonjs", "bin": { "mcp-server-dynatrace": "./dist/index.js" }, "files": [ "dist" ], "exports": { "./package.json": "./package.json", ".": { "types": "./index.d.ts", "default": "./index.js" } }, "bugs": { "url": "https://github.com/dynatrace-oss/dynatrace-managed-mcp/issues" }, "repository": { "type": "git", "url": "git+https://github.com/dynatrace-oss/dynatrace-managed-mcp.git" }, "directories": { "dist": "dist" }, "scripts": { "build": "tsc --build && node -e \"if(process.platform!=='win32')require('child_process').execSync('chmod u+x dist/index.js')\"", "prepare": "husky", "watch": "tsc --watch", "test": "jest", "test:unit": "jest --selectProjects unit", "test:integration": "jest --selectProjects integration --runInBand --forceExit", "coverage": "jest --coverage", "serve": "node --env-file='.env' ./dist/index.js --http --port 8080", "stdio": "node --env-file='.env' ./dist/index.js", "version:check": "node .github/scripts/check-version-sync.js", "plugin:validate": "claude plugin validate .claude-plugin/plugin.json --strict && claude plugin validate . --strict", "prettier": "prettier --check .", "prettier:fix": "prettier --write ." }, "author": "Dynatrace", "license": "Apache-2.0", "dependencies": { "@dynatrace/openkit-js": "^4.2.0", "@modelcontextprotocol/sdk": "^1.21.2", "axios": "^1.13.1", "commander": "^15.0.0", "globals": "^17.7.0", "js-yaml": "^5.0.0", "winston": "^3.19.0" }, "devDependencies": { "@eslint/js": "^10.0.1", "@types/http-proxy": "^1.17.17", "@types/jest": "^30.0.0", "@types/node": "^26.0.0", "dotenv": "^17.2.3", "eslint": "^10.6.0", "http-proxy": "^1.18.1", "husky": "^9.1.7", "jest": "^30.2.0", "prettier": "^3.7.4", "ts-jest": "^29.4.6", "typescript": "^6.0.3", "typescript-eslint": "^8.62.1" } }