UNPKG

smart-thinking-mcp

Version:

Un serveur MCP avancé pour le raisonnement multi-dimensionnel, adaptatif et collaboratif

59 lines (58 loc) 1.3 kB
{ "name": "smart-thinking-mcp", "version": "10.0.1", "description": "Un serveur MCP avancé pour le raisonnement multi-dimensionnel, adaptatif et collaboratif", "main": "build/index.js", "bin": { "smart-thinking-mcp": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && node scripts/make-executable.js", "dev": "ts-node src/index.ts", "watch": "tsc --watch", "start": "node build/index.js", "test": "jest", "prepare": "npm run build", "prepublishOnly": "npm run build", "postinstall": "node scripts/make-executable.js" }, "keywords": [ "mcp", "claude", "ai", "reasoning", "thinking", "sequential-thinking", "smart-thinking" ], "author": "Smart-Thinking Team", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "@types/uuid": "^10.0.0", "cohere-ai": "^7.7.5", "mkdirp": "^3.0.1", "openai": "^4.92.1", "uuid": "^11.1.0", "zod": "^3.22.4" }, "devDependencies": { "@types/jest": "^29.5.3", "@types/node": "^20.4.8", "jest": "^29.6.2", "ts-jest": "^29.1.1", "ts-node": "^10.9.1", "typescript": "^5.1.6" }, "engines": { "node": ">=14.0.0" }, "os": [ "darwin", "linux", "win32" ] }