{
  "name": "@cortex/mcp",
  "version": "0.1.0",
  "private": true,
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "cortex-mcp": "dist/index.js"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "scripts": {
    "build": "tsc --build",
    "dev": "tsc --build --watch"
  },
  "dependencies": {
    "@cortex/core": "*",
    "@cortex/graph": "*",
    "@cortex/llm": "*",
    "@modelcontextprotocol/sdk": "^1.17.0"
  }
}
