{ "name": "@stabgan/steelmind-mcp", "version": "2.0.1", "mcpName": "io.github.stabgan/steelmind", "description": "Research-grounded metacognitive reasoning tools for AI agents. Structured step-by-step thinking with steel-manning verification via MCP. Combines sequential decomposition with cognitive science frameworks. Backed by 43+ papers.", "type": "module", "main": "dist/index.js", "bin": { "steelmind-mcp": "dist/cli.js" }, "files": [ "dist", "README.md" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "start": "node dist/cli.js", "lint": "eslint src", "format": "prettier --write \"src/**/*.ts\" *.json \"*.md\"", "format:check": "prettier --check \"src/**/*.ts\"", "test": "node --experimental-vm-modules node_modules/.bin/vitest run" }, "keywords": [ "mcp", "steelmind", "metacognition", "reasoning", "think", "verify", "steel-manning", "dialectical", "agentic", "llm", "claude", "gpt", "anthropic", "sequential-thinking", "chain-of-thought", "model-context-protocol", "ai-agent", "cognitive-science", "structured-reasoning" ], "author": "stabgan", "repository": { "type": "git", "url": "https://github.com/stabgan/steelmind-mcp" }, "bugs": { "url": "https://github.com/stabgan/steelmind-mcp/issues" }, "homepage": "https://github.com/stabgan/steelmind-mcp#readme", "license": "MIT", "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.27.1" }, "devDependencies": { "@eslint/js": "^9.39.2", "@types/node": "^22.13.14", "eslint": "^9.39.2", "eslint-config-prettier": "^10.1.8", "prettier": "^3.7.4", "shx": "^0.3.4", "typescript": "^5.8.2", "typescript-eslint": "^8.53.0", "vitest": "^3.1.1" } }