Skip to main content
Glama

Chain of Draft Thinking

by bsmi021

MCP ドラフトサーバーチェーン 🧠

Chain of Draft Serverは、思考と設計を体系的かつ反復的に洗練させることで、開発者がより良い意思決定を行うのに役立つ強力なAI駆動型ツールです。一般的なAIエージェントとシームレスに統合され、推論、API設計、アーキテクチャの決定、コードレビュー、実装計画への構造化されたアプローチを提供します。

🌟 特徴

コア機能

  • 反復的推論:ドラフトの連鎖プロトコルによる体系的な改善
  • 思考履歴: 推論の反復を追跡および管理する
  • 分岐サポート: 特定の推論ステップにレビューを集中
  • TypeScript サポート: Zod 検証を備えた完全な TypeScript 実装
  • エラー処理: 包括的なエラーの種類と処理
  • リアルタイムログ:組み込みのデバッグおよび監視システム

🚀 はじめに

前提条件

  • Node.js >= 16.0.0
  • npm >= 8.0.0

インストール

  1. リポジトリをクローンします。
git clone https://github.com/bsmi021/mcp-chain-of-draft-server.git cd mcp-chain-of-draft-server
  1. 依存関係をインストールします:
npm install

構成

initialize.tsでのシンプルなサーバー構成:

const serverConfig = { name: "chain-of-draft", version: "1.0.0", }

💡 使用例

議定書草案の連鎖

const thoughtData = { reasoning_chain: ["Initial analysis of the problem"], next_step_needed: true, draft_number: 1, total_drafts: 3, is_critique: true, critique_focus: "logical_consistency" };

🛠️ 開発

プロジェクト構造

src/ ├── tools/ # Specialized Tools │ ├── chainOfDraft/ # Core Protocol │ └── index.ts / # Entry Point ├── utils/ # Utilities └── index.ts # Entry Point

開発サーバーの起動

npm run dev

❓ よくある質問

Chain of Draft プロトコルはどのように機能しますか?

このプロトコルは、反復的な草稿と集中的な批評を通じて思考を体系的に改善するためのガイドとなります。

批評の寸法をカスタマイズできますか?

はい!各ツールは、特定のニーズに合わせてカスタマイズされた批評の焦点をサポートしています。

ドラフトは何回計画すればいいでしょうか?

ほとんどのタスクでは 3 ~ 5 回のドラフトをお勧めしますが、複雑さに応じて調整できます。

🤝 貢献する

貢献を歓迎します!貢献ガイドラインをご確認ください。

👥 コミュニティとサポート

  • GitHub Issues - バグを報告したり機能を提案したり
  • プルリクエスト - 貢献を送信
  • ドキュメント - 詳細なドキュメントをご覧ください

📝 ライセンス

MIT ライセンス - 詳細についてはLICENSEファイルを参照してください。

🙏 謝辞

  • 貢献者と早期導入者に感謝
  • MCPコミュニティに特別な感謝を申し上げます
  • 体系的な推論方法論に触発されて

@bsmi021 が 🧠 で作成しました

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Chain of Draft Serverは、思考と設計を体系的かつ反復的に洗練させることで、開発者がより良い意思決定を行うのに役立つ強力なAI駆動型ツールです。一般的なAIエージェントとシームレスに統合され、推論、API設計、アーキテクチャの決定、コードレビューなどへの構造化されたアプローチを提供します。

  1. 🌟 特徴
    1. コア機能
  2. 🚀 はじめに
    1. 前提条件
    2. インストール
    3. 構成
  3. 💡 使用例
    1. 議定書草案の連鎖
  4. 🛠️ 開発
    1. プロジェクト構造
    2. 開発サーバーの起動
  5. ❓ よくある質問
    1. Chain of Draft プロトコルはどのように機能しますか?
    2. 批評の寸法をカスタマイズできますか?
    3. ドラフトは何回計画すればいいでしょうか?
  6. 🤝 貢献する
    1. 👥 コミュニティとサポート
      1. 📝 ライセンス
        1. 🙏 謝辞

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            Provides LLM Agents with AI-powered mentorship for code review, design critique, writing feedback, and brainstorming using the Deepseek API, enabling enhanced output in various development and strategic planning tasks.
            Last updated -
            5
            15
            TypeScript
            Apache 2.0
          • A
            security
            A
            license
            A
            quality
            A server that enhances AI assistants with the ability to update your JSON Resume by analyzing your coding projects, automatically extracting skills and generating professional descriptions.
            Last updated -
            3
            32
            39
            TypeScript
            The Unlicense
            • Apple
            • Linux
          • -
            security
            F
            license
            -
            quality
            An MCP server that enables AI assistants to interact with the Plane project management platform, allowing them to manage workspaces, projects, issues, and comments through a structured API.
            Last updated -
            JavaScript
          • A
            security
            F
            license
            A
            quality
            An MCP server that supercharges AI assistants with powerful tools for software development, enabling research, planning, code generation, and project scaffolding through natural language interaction.
            Last updated -
            11
            40
            TypeScript
            • Linux
            • Apple

          View all related MCP servers

          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/bsmi021/mcp-chain-of-draft-server'

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