{
  "name": "@waldzellai/collaborative-reasoning",
  "version": "0.1.3",
  "description": "MCP server for diagrammatic thinking and spatial representation",
  "license": "MIT",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/waldzellai/model-enhancement-servers.git",
    "directory": "src/collaborative-reasoning"
  },
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://github.com/waldzellai/model-enhancement-servers/tree/main/src/collaborative-reasoning",
  "author": "glassBead",
  "keywords": [
    "mcp",
    "model-context-protocol",
    "thinking",
    "model-enhancement"
  ],
  "bin": {
    "mcp-server-collaborative-reasoning": "dist/index.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc && shx chmod +x dist/*.js",
    "prepare": "npm run build",
    "watch": "tsc --watch"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.10.2",
    "chalk": "^5.3.0",
    "yargs": "^17.7.2"
  },
  "devDependencies": {
    "@types/node": "^22",
    "@types/yargs": "^17.0.32",
    "shx": "^0.3.4",
    "typescript": "^5.3.3"
  }
}
