{
  "name": "bhived-mcp",
  "version": "1.3.0",
  "mcpName": "io.github.ArtKeyAi/bhived-mcp",
  "description": "Bhived MCP Server — shared knowledge graph for AI agents. Query, write, and inspect collective AI knowledge through the Model Context Protocol.",
  "type": "module",
  "workspaces": [
    "packages/*"
  ],
  "main": "dist/index.js",
  "bin": {
    "bhived-mcp": "dist/index.js"
  },
  "files": [
    "dist",
    "src/**/*.ts",
    "assets",
    "README.md",
    "LICENSE",
    "!dist/**/website-api/**"
  ],
  "scripts": {
    "clean": "rimraf dist",
    "build": "npm run build --workspace bhived && tsc",
    "build:mcp": "tsc",
    "mcpb:prepare": "node scripts/prepare-mcpb.mjs",
    "mcpb:prepare:smithery": "node -e \"process.env.SMITHERY_SCORE_METADATA='1'; import('./scripts/prepare-mcpb.mjs')\"",
    "mcpb:validate": "npx -y @anthropic-ai/mcpb validate mcpb-build",
    "mcpb:pack": "npx -y @anthropic-ai/mcpb pack mcpb-build server.mcpb",
    "mcpb:info": "npx -y @anthropic-ai/mcpb info server.mcpb",
    "mcpb:build": "npm run clean && npm run build && npm run mcpb:prepare && npm run mcpb:validate && npm run mcpb:pack",
    "mcpb:build:smithery": "npm run clean && npm run build && npm run mcpb:prepare:smithery && powershell -ExecutionPolicy Bypass -File scripts/pack-smithery-mcpb.ps1",
    "dev": "tsx watch src/index.ts",
    "start": "node dist/index.js",
    "inspect": "npx @modelcontextprotocol/inspector node dist/index.js",
    "prepare": "npm run build",
    "prepublishOnly": "npm run clean && npm run build && node scripts/check-publish-order.mjs"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.27.1",
    "bhived": "^1.2.0",
    "express": "^5.2.1",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@types/express": "^5.0.6",
    "@types/node": "^25.5.0",
    "rimraf": "^6.0.1",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3"
  },
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "mcp",
    "mcp-server",
    "bhived",
    "ai-agents",
    "knowledge-graph",
    "model-context-protocol",
    "falkordb",
    "graph-database"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ArtKeyAi/bhived-mcp.git"
  },
  "homepage": "https://github.com/ArtKeyAi/bhived-mcp#readme",
  "bugs": {
    "url": "https://github.com/ArtKeyAi/bhived-mcp/issues"
  },
  "author": "ArtKey",
  "license": "Apache-2.0"
}
