{
  "name": "@agentkitai/agentlens-mcp",
  "version": "0.13.9",
  "mcpName": "io.github.agentkitai/agentlens",
  "description": "MCP server for AgentLens — instrument AI agents with zero code changes",
  "type": "module",
  "license": "MIT",
  "author": "Amit Paz",
  "repository": {
    "type": "git",
    "url": "https://github.com/agentkitai/agentlens.git",
    "directory": "packages/mcp"
  },
  "homepage": "https://github.com/agentkitai/agentlens/tree/main/packages/mcp",
  "bugs": {
    "url": "https://github.com/agentkitai/agentlens/issues"
  },
  "keywords": [
    "agentlens",
    "mcp",
    "mcp-server",
    "ai-agents",
    "observability",
    "claude-desktop",
    "cursor",
    "model-context-protocol",
    "instrumentation"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "agentlens-mcp": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc -b",
    "dev": "tsc -b --watch",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "dependencies": {
    "@agentkitai/agentlens-core": "workspace:*",
    "@modelcontextprotocol/sdk": "^1.29.0",
    "zod": "^4.4.3"
  }
}
