{
  "name": "log10x-mcp",
  "version": "1.30.21",
  "description": "Rank log patterns by cost, then compact, tier down or offload them. No log data reaches log10x.",
  "mcpName": "io.github.log-10x/log10x-mcp",
  "type": "module",
  "main": "build/index.js",
  "bin": {
    "log10x-mcp": "build/index.js",
    "tenx-recur": "build/bin/tenx-recur.js"
  },
  "files": [
    "build",
    "assets",
    "default-manifest.json",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc && mkdir -p build/vendor/promql-parser && cp -r vendor/promql-parser/promql.js vendor/promql-parser/package.json build/vendor/promql-parser/ && chmod +x build/index.js && chmod +x build/bin/tenx-recur.js && rm -rf build/product-kb/docs && mkdir -p build/product-kb/docs && cp -R \"${LOG10X_PRODUCT_KB_SRC:-../mksite/docs}/.\" build/product-kb/docs/ 2>/dev/null || echo \"product-kb: no docs at ${LOG10X_PRODUCT_KB_SRC:-../mksite/docs} (product_qa corpus empty locally; check out the mksite sibling repo or set LOG10X_PRODUCT_KB_SRC)\"",
    "start": "node build/index.js",
    "dev": "tsc --watch",
    "prepublishOnly": "npm run build",
    "test": "tsc -p tsconfig.test.json && mkdir -p test-build/vendor/promql-parser && cp -r vendor/promql-parser/promql.js vendor/promql-parser/package.json test-build/vendor/promql-parser/ && node --test test-build/test/*.test.js test-build/test/**/*.test.js",
    "test:integration": "LOG10X_INTEGRATION_TESTS=1 npm test"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "log10x",
    "observability",
    "cost-attribution",
    "logs",
    "claude",
    "anthropic",
    "ai-tools"
  ],
  "author": "Log10x",
  "license": "MIT",
  "homepage": "https://log10x.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/log-10x/log10x-mcp.git"
  },
  "bugs": {
    "url": "https://github.com/log-10x/log10x-mcp/issues"
  },
  "dependencies": {
    "@aws-crypto/sha256-js": "^5.2.0",
    "@aws-sdk/client-cloudwatch": "^3.1037.0",
    "@aws-sdk/client-cloudwatch-logs": "^3.1032.0",
    "@aws-sdk/client-sqs": "^3.1062.0",
    "@aws-sdk/client-ssm": "^3.1063.0",
    "@aws-sdk/credential-providers": "^3.1032.0",
    "@azure/app-configuration": "^1.11.0",
    "@azure/identity": "^4.13.1",
    "@azure/monitor-query": "^1.3.3",
    "@clickhouse/client": "^1.18.2",
    "@datadog/datadog-api-client": "^1.56.0",
    "@elastic/elasticsearch": "^9.3.4",
    "@google-cloud/logging": "^11.2.1",
    "@google-cloud/secret-manager": "^6.1.3",
    "@modelcontextprotocol/sdk": "^1.12.1",
    "@opentelemetry/api": "^1.9.1",
    "@opentelemetry/exporter-trace-otlp-http": "^0.218.0",
    "@opentelemetry/resources": "^2.7.1",
    "@opentelemetry/sdk-node": "^0.218.0",
    "@opentelemetry/semantic-conventions": "^1.41.1",
    "@smithy/protocol-http": "^5.3.14",
    "@smithy/signature-v4": "^5.4.6",
    "chart.js": "^4.5.1",
    "chartjs-node-canvas": "^5.0.0",
    "hono": "^4.12.12",
    "protobufjs": "^8.0.3",
    "snappyjs": "^0.7.0",
    "zod": "^3.24.4"
  },
  "devDependencies": {
    "@types/node": "^22.15.17",
    "@types/snappyjs": "^0.7.1",
    "typescript": "^5.8.3"
  },
  "engines": {
    "node": ">=20"
  },
  "publishConfig": {
    "access": "public"
  }
}
