UNPKG

enhanced-thinking-mcp

Version:

Enhanced sequential thinking MCP server for advanced reasoning and problem-solving with Cursor AI

67 lines (66 loc) 1.73 kB
{ "name": "enhanced-thinking-mcp", "version": "1.0.2", "description": "Enhanced sequential thinking MCP server for advanced reasoning and problem-solving with Cursor AI", "license": "MIT", "author": "Enhanced Thinking Project", "homepage": "https://github.com/enhanced-thinking/enhanced-thinking-mcp", "repository": { "type": "git", "url": "git+https://github.com/enhanced-thinking/enhanced-thinking-mcp.git" }, "bugs": { "url": "https://github.com/enhanced-thinking/enhanced-thinking-mcp/issues" }, "type": "module", "main": "dist/index.js", "bin": { "enhanced-thinking-mcp": "dist/index.js" }, "files": [ "dist", "README.md", "INSTALL.md", "CURSOR_CONFIG.md" ], "scripts": { "build": "tsc && chmod +x dist/*.js", "prepare": "npm run build", "watch": "tsc --watch", "start": "node dist/index.js", "dev": "tsc && node dist/index.js", "test": "echo 'Testing MCP server...' && echo '{\"jsonrpc\": \"2.0\", \"id\": 1, \"method\": \"tools/list\", \"params\": {}}' | node dist/index.js", "prepublishOnly": "npm run build && npm test" }, "keywords": [ "mcp", "thinking", "reasoning", "ai", "cursor", "problem-solving", "chain-of-thought", "model-context-protocol", "sequential-thinking", "analytics", "quality-scoring" ], "dependencies": { "@modelcontextprotocol/sdk": "0.5.0", "chalk": "^5.3.0", "yargs": "^17.7.2", "openai": "^4.52.0", "sqlite3": "^5.1.6" }, "devDependencies": { "@types/node": "^22", "@types/yargs": "^17.0.32", "typescript": "^5.3.3" }, "engines": { "node": ">=18.0.0" }, "publishConfig": { "access": "public" } }