* Orchestrates before-script → AI task → after-script execution. * The after-script always runs, even if the AI task or before-script fails. * Emits hook-step events to the process store for real-time ...
Model Context Protocol(MCP)の新しいサーバー実装として、Command Executor MCP Server v0.1.0がリリースされました。このサーバーは、LLMとローカル環境の間で安全にコマンドを実行するための橋渡し役として機能します。 はじめに:なぜCommand Executor MCPサーバーが必要 ...
if X402_EXTENSION_URI not in context.requested_extensions: assert context.task_id is not None, "task_id must be set" assert context.context_id is not None, "context_id must be set" ...