package.json•806 B
{
"name": "claude-deep-think-mcp-server",
"version": "1.0.1",
"description": "MCP Server with Claude Sonnet 4.5 for deep analytical thinking, strategic planning, and intelligent problem-solving",
"main": "dist/index.js",
"module": "./src/index.ts",
"type": "module",
"scripts": {
"dev": "smithery dev",
"build": "smithery build",
"prepare": "npm run build"
},
"keywords": ["mcp", "claude", "thinking", "analysis", "ai", "reasoning", "sonnet"],
"author": "",
"license": "MIT",
"dependencies": {
"@anthropic-ai/sdk": "^0.32.1",
"@modelcontextprotocol/sdk": "^1.0.4",
"dotenv": "^16.4.5",
"zod": "^3.24.1",
"node-fetch": "^3.3.2"
},
"devDependencies": {
"@smithery/cli": "latest",
"@types/node": "^22.10.2",
"typescript": "^5.7.2"
}
}