hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Integrations
Referenced in the configuration example for running the MCP server, used to locate the Node.js executable on macOS systems.
Manages dependencies and provides build scripts for the project handoffs MCP server, supporting installation and development workflows.
Uses TypeScript for type-safe implementation of the project handoffs tracking system, including proper error handling and consistent state management.
プロジェクトハンドオフMCPサーバー
AI セッションのハンドオフと次のステップの追跡を管理するための MCP サーバー。
コアコンセプト
- NextStep → WorkingSession → Handoff → 新しいNextStepチェーン
- プロジェクトベースの組織
- 実装の影響にマッピングされた優先度レベル:
- コアクリティカル: 実用的な実装に不可欠
- 完全必須: 望ましい実装に必要
- 機能強化: 改善と最適化
利用可能なツール
list_templates
- 次のステップ、作業セッション、ハンドオフに使用できるテンプレートを一覧表示しますcreate_project
- AIセッションのハンドオフを追跡するための新しいプロジェクトを作成するdelete_project
- プロジェクトとそのすべてのデータを削除しますcreate_next_step
- プロジェクトに新しい次のステップを作成するstart_working_session
- 次のステップの作業を開始するcreate_handoff
- ハンドオフの詳細を含む作業セッションを完了するget_latest_next_steps
- 優先度順に並べられた開いている次のステップを取得しますget_next_step_history
- セッションとハンドオフを含む次のステップの完全な履歴を取得します
インストール
Copy
構成
MCP 構成に追加:
Copy
プロジェクト構造
Copy
発達
Copy
You must be authenticated.
Tools
プロジェクトベースの組織を通じて AI セッションのハンドオフと次のステップの追跡を容易にし、タスクの優先順位付けとシームレスなワークフロー管理をサポートします。