{
  "name": "gogcli-mcp",
  "version": "2.18.3",
  "mcpName": "io.github.chrischall/gogcli-mcp",
  "description": "MCP server wrapping gogcli for Google service access",
  "author": "Claude Code (AI) <https://www.anthropic.com/claude>",
  "repository": {
    "type": "git",
    "url": "https://github.com/chrischall/gogcli-mcp"
  },
  "license": "MIT",
  "keywords": [
    "mcp",
    "model-context-protocol",
    "claude",
    "ai",
    "google",
    "gogcli",
    "google-sheets",
    "google-docs",
    "google-drive",
    "google-calendar",
    "gmail",
    "google-tasks",
    "google-contacts"
  ],
  "type": "module",
  "bin": {
    "gogcli-mcp": "dist/index.js"
  },
  "exports": {
    ".": "./dist/index.js",
    "./lib": "./dist/lib.js"
  },
  "scripts": {
    "build": "tsc --noEmit && npm run bundle",
    "bundle": "node ../../scripts/bundle.js src/index.ts dist/index.js && node ../../scripts/bundle.js src/lib.ts dist/lib.js",
    "typecheck": "tsc --noEmit",
    "test": "vitest run --coverage",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage"
  },
  "dependencies": {
    "@chrischall/mcp-utils": "^0.13.3",
    "@modelcontextprotocol/sdk": "^1.29.0",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@types/node": "^26.1.1",
    "@vitest/coverage-v8": "^4.1.8",
    "esbuild": "^0.28.1",
    "typescript": "^7.0.2",
    "vitest": "^4.1.10"
  }
}
