{
  "name": "confluence-cloud-mcp-server",
  "version": "1.5.0",
  "description": "Production-ready MCP server for Confluence Cloud API integration with AI assistants. Connect Claude, Cline, Cursor to Confluence with 11 comprehensive tools for page management, search, and collaboration.",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "confluence-cloud-mcp-server": "dist/index.js"
  },
  "scripts": {
    "build": "node esbuild.config.js && chmod +x dist/index.js",
    "typecheck": "tsc --noEmit",
    "dev": "tsx src/index.ts",
    "start": "node dist/index.js",
    "test": "node test-client/tools-test.js",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "mcp",
    "confluence",
    "api",
    "server",
    "ai",
    "claude",
    "cline",
    "cursor",
    "atlassian",
    "collaboration",
    "documentation",
    "model-context-protocol"
  ],
  "author": "phuc-nt <phucnt0@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/phuc-nt/confluence-cloud-mcp-server.git"
  },
  "homepage": "https://github.com/phuc-nt/confluence-cloud-mcp-server#readme",
  "bugs": {
    "url": "https://github.com/phuc-nt/confluence-cloud-mcp-server/issues"
  },
  "engines": {
    "node": ">=20"
  },
  "files": [
    "dist/**/*",
    "README.md",
    "LICENSE",
    "INSTALL.md"
  ],
  "dependencies": {
    "@modelcontextprotocol/sdk": "1.17.4",
    "axios": "^1.7.0",
    "dotenv": "^16.4.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "esbuild": "^0.28.1",
    "pkg": "^5.8.1",
    "tsx": "^4.0.0",
    "typescript": "^5.5.0"
  }
}
