Skip to main content
Glama

Chain of Draft (CoD) MCP Server

by stat-guy
__init__.py480 B
""" Chain of Draft (CoD) MCP Server. This package implements the Chain of Draft reasoning approach as described in the paper "Chain of Draft: Thinking Faster by Writing Less". """ from .analytics import AnalyticsService from .complexity import ComplexityEstimator from .examples import ExampleDatabase from .format import FormatEnforcer from .reasoning import ReasoningSelector, create_cod_prompt, create_cot_prompt from .client import ChainOfDraftClient __version__ = "0.1.0"

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/stat-guy/chain-of-draft'

If you have feedback or need assistance with the MCP directory API, please join our Discord server