A
securityA
licenseA
qualityA Model Context Protocol (MCP) server that provides tools for managing todo items, including creation, updating, completion, deletion, searching, and summarizing tasks.
Last updated -
10
4
TypeScript
MIT License
Manages environment variables for the application, including the OpenAI API key and MCP server URL configuration.
Provides the server framework for the MCP implementation, exposing endpoints for tool discovery and JSON-RPC calls to interact with the to-do list application.
Provides version control for the MCP implementation, with instructions for cloning the repository during installation.
このリポジトリには、ToDo リスト アプリケーション用の最小限のモデル コンテキスト プロトコル (MCP) 実装が含まれています。これには以下が含まれます。
server/
): ツール検出用の/tools
エンドポイントと、タスクに対する操作を実行するための JSON-RPC 呼び出し用の/rpc
エンドポイントを公開します。client/cli.py
): LLM (OpenAI 経由) および MCP サーバーと対話し、関数呼び出しを使用してタスクを作成、一覧表示、完了する Python コマンドライン インターフェイス。venv
.env
を作成します。プロジェクトルートから:
プロンプトに自然言語コマンドを入力します。例:
CLI はツールの呼び出しと LLM 応答を出力します。