{
  "name": "deepthinking-mcp",
  "version": "10.0.0",
  "description": "Comprehensive MCP server with 34 reasoning modes (30 accessible via 13 focused tools) including historical reasoning, academic research (synthesis, argumentation, critique, analysis), engineering/algorithmic (CLRS), meta-reasoning for strategic oversight, taxonomy classifier, enterprise security, and visual export capabilities",
  "author": "Daniel Simon Jr.",
  "license": "MIT",
  "type": "module",
  "bin": {
    "deepthinking-mcp": "./dist/index.js"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/",
    "README.md",
    "LICENSE"
  ],
  "sideEffects": false,
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "test": "vitest",
    "test:run": "cross-env VITEST_REPORT_MODE=summary vitest --run --coverage",
    "test:debug": "cross-env VITEST_REPORT_MODE=debug vitest --run --coverage",
    "test:all": "cross-env VITEST_REPORT_MODE=all vitest --run --coverage",
    "test:publish": "cross-env SKIP_BENCHMARKS=1 VITEST_REPORT_MODE=summary vitest --run --coverage",
    "test:coverage": "vitest --coverage",
    "lint": "eslint src/ --max-warnings 356",
    "format": "prettier --write src/",
    "format:check": "prettier --check src/",
    "typecheck": "tsc --noEmit",
    "typecheck:tools": "tsc -p tools/tsconfig.json",
    "prepublishOnly": "npm run build && npm run test:publish",
    "docs:deps": "npx tsx tools/create-dependency-graph/create-dependency-graph.ts"
  },
  "dependencies": {
    "zod": "^4.4.3",
    "@modelcontextprotocol/server": "^2.0.0",
    "@modelcontextprotocol/client": "^2.0.0",
    "@modelcontextprotocol/core": "^2.0.0"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^26.4.0",
    "@typescript-eslint/eslint-plugin": "^8.68.0",
    "@typescript-eslint/parser": "^8.68.0",
    "@vitest/coverage-v8": "^4.1.11",
    "cross-env": "^10.1.0",
    "eslint": "^10.9.1",
    "globals": "^17.11.0",
    "js-yaml": "^5.4.1",
    "prettier": "^3.9.6",
    "tsup": "^8.5.1",
    "tsx": "^4.23.12",
    "typescript": "^6.0.3",
    "typescript-eslint": "^8.68.0",
    "vitest": "^4.1.11"
  },
  "overrides": {
    "esbuild": "^0.28.1"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "thinking",
    "reasoning",
    "sequential-thinking",
    "shannon-thinking",
    "physics",
    "mathematics",
    "tensor",
    "deep-thinking",
    "mathematical-reasoning",
    "abductive-reasoning",
    "causal-analysis",
    "bayesian-inference",
    "counterfactual-analysis",
    "analogical-reasoning",
    "causal-graphs",
    "hypothesis-generation",
    "probabilistic-reasoning",
    "temporal-reasoning",
    "game-theory",
    "evidential-reasoning",
    "visual-exports",
    "mermaid-diagrams",
    "graphviz",
    "ascii-diagrams"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/danielsimonjr/deepthinking-mcp"
  },
  "engines": {
    "node": ">=20.0.0"
  }
}
