{
  "name": "@dynatrace-oss/dynatrace-mcp-server",
  "version": "2.1.2",
  "mcpName": "io.github.dynatrace-oss/Dynatrace-mcp",
  "description": "[DEPRECATED] Model Context Protocol (MCP) server for Dynatrace. Migrate to dynatrace-for-ai + dtctl or the Dynatrace Remote MCP Server.",
  "keywords": [
    "Dynatrace",
    "mcp",
    "model-context-protocol",
    "server"
  ],
  "type": "commonjs",
  "main": "./index.js",
  "bin": {
    "mcp-server-dynatrace": "./index.js"
  },
  "author": "Dynatrace",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dynatrace-oss/dynatrace-mcp.git"
  },
  "bugs": {
    "url": "https://github.com/dynatrace-oss/dynatrace-mcp/issues"
  },
  "dependencies": {
    "open": "8.4.2",
    "@napi-rs/keyring": "1.2.0"
  }
}
