Chain of Draft (CoD) MCP Server

{ "name": "chain-of-draft", "version": "1.0.0", "description": "Chain of Draft (CoD) MCP Server", "main": "index.js", "type": "module", "engines": { "node": ">=18" }, "scripts": { "start": "node index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "mcp", "chain-of-draft", "claude", "reasoning" ], "author": "", "license": "MIT", "dependencies": { "@anthropic-ai/sdk": "^0.19.0", "@modelcontextprotocol/sdk": "0.5.0", "dotenv": "^16.4.5", "node-fetch": "^3.3.2" } }