UNPKG

@nbiish/cognitive-tools-mcp

Version:

Cognitive Tools MCP: SOTA reasoning suite focused on iterative refinement and tool integration for AI Pair Programming. Enables structured, iterative problem-solving through Chain of Draft methodology, with tools for draft generation, analysis, and refine

56 lines (55 loc) 1.99 kB
{ "name": "@nbiish/cognitive-tools-mcp", "version": "2.0.25", "description": "Cognitive Tools MCP: SOTA reasoning suite focused on iterative refinement and tool integration for AI Pair Programming. Enables structured, iterative problem-solving through Chain of Draft methodology, with tools for draft generation, analysis, and refinement. Features advanced deliberation (`think`), rapid checks (`quick_think`), mandatory complexity assessment & thought mode selection (`assess_cuc_n_mode`), context synthesis, confidence gauging, proactive planning, explicit reasoning (CoT), and reflection with content return. Alternative package name for gikendaasowin-aabajichiganan-mcp.", "private": false, "type": "module", "bin": { "cognitive-tools-mcp": "build/index.js" }, "files": [ "build", "integration-prompts", "integration-tool-descriptions", "LICENSE", "README.md" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js", "start": "node build/index.js", "publish-both": "./scripts/publish-both-packages.sh" }, "keywords": [ "mcp", "model-context-protocol", "ai", "reasoning", "gikendaasowin-aabajichiganan", "cognitive-tools", "claude", "agent" ], "repository": { "type": "git", "url": "git+https://github.com/nbiish/gikendaasowin-aabajichiganan-mcp.git" }, "author": "ᓂᐲᔥ ᐙᐸᓂᒥᑮ-ᑭᓇᐙᐸᑭᓯ (Nbiish Waabanimikii-Kinawaabakizi)", "license": "SEE LICENSE IN https://github.com/nbiish/license-for-all-works/blob/main/LICENSE", "dependencies": { "@modelcontextprotocol/sdk": "^1.8.0", "ajv": "^8.17.1", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.17.28", "typescript": "^5.3.3" }, "engines": { "node": ">=14.0.0" }, "publishConfig": { "access": "public" } }