{
  "name": "genexus-mcp",
  "version": "2.45.1",
  "mcpName": "io.github.lennix1337/genexus",
  "description": "GeneXus 18 MCP server — read, edit, and analyze GeneXus knowledge base objects (transactions, web panels, procedures, SDTs) directly from Claude, Cursor, and other AI agents over the Model Context Protocol.",
  "keywords": [
    "mcp",
    "mcp-server",
    "model-context-protocol",
    "genexus",
    "genexus-18",
    "genexus18",
    "claude",
    "claude-desktop",
    "claude-code",
    "cursor",
    "anthropic",
    "ai",
    "ai-agent",
    "ai-agents",
    "ai-tools",
    "llm",
    "llm-tools",
    "low-code",
    "code-generation",
    "knowledge-base",
    "developer-tools",
    "axi",
    "sdk",
    "automation"
  ],
  "scripts": {
    "test": "node --test cli/run.test.js",
    "lint": "eslint cli scripts eslint.config.js",
    "prepack": "node scripts/clean-package.js",
    "postinstall": "node scripts/verify-install.js"
  },
  "bin": {
    "genexus-mcp": "cli/run.js"
  },
  "files": [
    "cli",
    "publish",
    "docs/llm_cli_mcp_playbook.md"
  ],
  "os": [
    "win32"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "author": "lennix1337",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lennix1337/Genexus18MCP.git"
  },
  "bugs": {
    "url": "https://github.com/lennix1337/Genexus18MCP/issues"
  },
  "homepage": "https://github.com/lennix1337/Genexus18MCP#readme",
  "devDependencies": {
    "@eslint/js": "^9.39.5",
    "eslint": "^9.39.5"
  }
}
