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.
이 저장소에는 다음을 포함하여 할 일 목록 애플리케이션을 위한 최소 MCP(모델 컨텍스트 프로토콜) 구현이 포함되어 있습니다.
server/
): 도구 검색을 위한 /tools
엔드포인트와 JSON-RPC 호출을 위한 /rpc
엔드포인트를 노출하여 작업에 대한 작업을 수행합니다.client/cli.py
): LLM(OpenAI를 통해) 및 MCP 서버와 상호 작용하여 함수 호출을 사용하여 작업을 생성, 나열 및 완료하는 Python 명령줄 인터페이스입니다.venv
.env
만듭니다.프로젝트 루트에서:
프롬프트에 자연어 명령을 입력하세요. 예:
CLI는 도구 호출과 LLM 응답을 인쇄합니다.