mcp-chain-of-draft-prompt-tool

MCP prompt tool applying Chain-of-Draft (CoD) reasoning - BYOLLM

GitHub Stars

13

User Rating

Not Rated

Favorites

0

Views

23

Forks

2

Issues

3

Installation
Difficulty
Advanced
Estimated Time
20-45 minutes

Installation

Python 3.10+ (for Python implementation)
Node.js 22+ (for JavaScript implementation)
Nx (for building Single Executable Applications)
1Clone the repository
2Install dependencies:
bash
   pip install -r requirements.txt
   
3Configure API keys in .env file:

   ANTHROPIC_API_KEY=your_api_key_here
   
4Run the server:
bash
   python server.py
   
1Clone the repository
2Install dependencies:
```bash npm install