{
  "name": "@iflow-mcp/gemini-superclaude-mcp-server",
  "version": "2.0.2",
  "description": "Gemini MCP server for SuperClaude Framework v4.0.9 - Enhanced command routing with 22 commands (including business-panel), 14 agents, and 6 MCP integrations for Gemini CLI",
  "type": "module",
  "main": "superclaude-server.js",
  "bin": {
    "superclaude-mcp": "superclaude-server.js"
  },
  "scripts": {
    "start": "node superclaude-server.js",
    "dev": "node --watch superclaude-server.js",
    "test": "node test-server.js",
    "validate": "node validate-config.js",
    "install-commands": "node install-commands.js",
    "uninstall-commands": "node uninstall-commands.js"
  },
  "keywords": [
    "mcp",
    "superclaude",
    "gemini-cli",
    "ai-orchestration",
    "persona-switching",
    "intelligent-routing",
    "claude-framework"
  ],
  "author": "dianel",
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.15.0"
  },
  "devDependencies": {},
  "engines": {
    "node": ">=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Dianel555/gemini-superclaude-mcp-server.git"
  },
  "config": {
    "superclaude": {
      "framework_version": "v4.0.9",
      "core_features": [
        "enhanced-command-routing",
        "14-agent-system",
        "6-mcp-integrations",
        "cross-session-persistence",
        "behavioral-modes",
        "intelligent-orchestration"
      ],
      "commands": 22,
      "agents": 14,
      "modes": 5,
      "mcp_servers": 6
    }
  }
}
