You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 1, 2026. It is now read-only.
概要
既存のタスク管理機能をMCPサーバーとして提供し、AIアシスタントから直接タスクの作成・管理ができるようにします。これにより、自然言語によるタスク管理が可能になり、ユーザー体験が向上します。
実装内容
MCP API開発
mcp_task_create: タスクの作成mcp_task_list: タスク一覧の取得mcp_task_update: タスクの更新mcp_task_delete: タスクの削除mcp_task_change_status: タスクのステータス変更サーバー化
src/mcp/server.tsを拡張し、タスク管理MCPサーバーを実装クライアント連携
技術的詳細
/mcp/task_*形式のRESTful API完了条件
関連issue
参考リソース