UNPKG

@emmahyde/thought-patterns

Version:

MCP server combining systematic thinking, mental models, debugging approaches, and stochastic algorithms for comprehensive cognitive pattern support

87 lines (86 loc) 2.73 kB
{ "name": "@emmahyde/thought-patterns", "version": "1.0.0", "description": "MCP server combining systematic thinking, mental models, debugging approaches, and stochastic algorithms for comprehensive cognitive pattern support", "license": "MIT", "author": "Emma Hyde", "homepage": "https://github.com/emmahyde/thought-patterns", "bugs": "https://github.com/emmahyde/thought-patterns/issues", "type": "module", "bin": { "mcp-server-thought-patterns": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "npx tsc --listFiles --project tsconfig.json && chmod +x dist/*.js", "prepare": "npm run build", "watch": "npx tsc --watch", "clean": "rm -rf dist", "prebuild": "npm run clean", "prepublishOnly": "npm run build", "start": "node dist/index.js", "docker": "docker build -t waldzellai/thinking-patterns .", "dev": "npm run watch", "test": "NODE_OPTIONS=--experimental-vm-modules npx jest --config jest.config.mjs", "test:watch": "NODE_OPTIONS=--experimental-vm-modules npx jest --config jest.config.mjs --watch", "test:coverage": "NODE_OPTIONS=--experimental-vm-modules npx jest --config jest.config.mjs --coverage", "test:ci": "NODE_OPTIONS=--experimental-vm-modules npx jest --config jest.config.mjs --ci --coverage --watchAll=false", "lint": "echo \"No linting configured\" && exit 0", "deploy": "smithery deploy" }, "repository": { "type": "git", "url": "git+https://github.com/emmahyde/thought-patterns.git" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "@types/chalk": "^2.2.4", "ascii-table3": "^0.9.0", "boxen": "^8.0.1", "chalk": "^5.4.1", "string-width": "^7.2.0", "wrap-ansi": "^9.0.0", "yargs": "^18.0.0", "zod": "^3.25.32" }, "devDependencies": { "@babel/core": "^7.27.3", "@babel/preset-env": "^7.27.2", "@babel/preset-typescript": "^7.27.1", "@types/jest": "^29.5.14", "@types/node": "^22.15.23", "@types/yargs": "^17.0.33", "jest": "^29.7.0", "jest-mock-extended": "^4.0.0-beta1", "source-map": "^0.7.4", "ts-jest": "^29.3.4", "typescript": "^5.8.3" }, "keywords": [ "mcp", "sequential-thinking", "mental-models", "debugging", "problem-solving", "stochastic-algorithms", "probabilistic-decision-making", "markov-decision-process", "monte-carlo", "reinforcement-learning", "collaborative-reasoning", "decision-frameworks", "metacognitive-monitoring", "scientific-method", "structured-argumentation", "visual-reasoning", "ai", "cognitive-tools" ], "engines": { "node": ">=20" } }