{
  "name": "@ido4/mcp",
  "version": "0.13.1",
  "description": "ido4 MCP server — context intelligence, task distribution, and governance for AI-hybrid software development in Claude Code",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "ido4-mcp": "dist/index.js",
    "mcp": "dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "dev": "ts-node src/index.ts",
    "test": "vitest run",
    "clean": "rm -rf dist"
  },
  "dependencies": {
    "@ido4/core": "~0.13.1",
    "@modelcontextprotocol/sdk": "^1.27.0",
    "zod": "^3.23.0"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "typescript": "^5.5.0",
    "ts-node": "^10.9.0",
    "vitest": "^2.1.0"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "mcp",
    "mcp-server",
    "ai-hybrid-development",
    "ai-agents",
    "context-intelligence",
    "claude-code",
    "governance",
    "development-governance",
    "business-rules",
    "compliance",
    "audit-trail",
    "multi-agent",
    "work-distribution",
    "model-context-protocol"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ido4-dev/ido4.git",
    "directory": "packages/mcp"
  },
  "homepage": "https://github.com/ido4-dev/ido4/tree/main/packages/mcp",
  "bugs": {
    "url": "https://github.com/ido4-dev/ido4/issues"
  },
  "author": "Bogdan Ionut Coman",
  "license": "MIT"
}
