{
  "name": "@snapspecter/mcp-meta-mind",
  "version": "0.4.0",
  "description": "Meta Mind MCP Server - Advanced Model Context Protocol server for intelligent task management, workflow orchestration, and automatic archiving with hierarchical structures and agent specialization",
  "author": "SnapSpecter",
  "main": "dist/index.js",
  "type": "module",
  "bin": {
    "mcp-meta-mind": "dist/index.js"
  },
  "files": [
    "dist",
    "AUTOMATIC_ARCHIVING.md",
    "EXAMPLE_WORKFLOW.md",
    "CHANGELOG.md"
  ],
  "scripts": {
    "build": "tsc && shx chmod +x dist/index.js",
    "prepare": "npm run build",
    "watch": "tsc --watch",
    "start": "tsx index.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/snapspecter/mcp-meta-mind.git"
  },
  "keywords": [
    "taskmanager",
    "mcp",
    "meta-mind",
    "workflow",
    "orchestration",
    "hierarchical",
    "dependencies",
    "automation",
    "archiving",
    "agent-specialization",
    "claude",
    "ai-tools",
    "task-planning",
    "project-management",
    "intelligent-agents",
    "mind-management"
  ],
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.13",
    "@types/json-schema": "^7.0.15",
    "@types/node": "^20.11.0",
    "shx": "^0.3.4",
    "tsx": "^4.19.4",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "0.5.0",
    "better-sqlite3": "^11.10.0",
    "chalk": "^5.3.0",
    "glob": "^10.3.10",
    "zod": "^3.23.8",
    "zod-to-json-schema": "^3.23.5"
  },
  "packageManager": "pnpm@10.9.0+sha512.0486e394640d3c1fb3c9d43d49cf92879ff74f8516959c235308f5a8f62e2e19528a65cdc2a3058f587cde71eba3d5b56327c8c33a97e4c4051ca48a10ca2d5f",
  "types": "./dist/index.d.ts",
  "bugs": {
    "url": "https://github.com/snapspecter/mcp-meta-mind/issues"
  },
  "homepage": "https://github.com/snapspecter/mcp-meta-mind#readme"
}
