{
  "name": "@mandujs/mcp",
  "version": "0.38.12",
  "description": "Mandu MCP Server - Agent-native interface for Mandu framework operations",
  "type": "module",
  "main": "./src/index.ts",
  "bin": {
    "mandu-mcp": "./src/index.ts",
    "mandujs-mcp": "./src/index.ts",
    "mcp": "./src/index.ts"
  },
  "exports": {
    ".": "./src/index.ts"
  },
  "files": [
    "src/**/*"
  ],
  "keywords": [
    "mandu",
    "mcp",
    "model-context-protocol",
    "ai",
    "agent",
    "code-generation"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/konamgil/mandu.git",
    "directory": "packages/mcp"
  },
  "author": "konamgil",
  "license": "MPL-2.0",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@mandujs/core": "^0.54.20",
    "@mandujs/ate": "^0.26.1",
    "@mandujs/skills": "^0.20.1",
    "@modelcontextprotocol/sdk": "^1.25.3"
  },
  "engines": {
    "bun": ">=1.3.12"
  }
}
