From ea1abe6f431cb9f0b24df5c1a87c604b9c5b6756 Mon Sep 17 00:00:00 2001 From: Xuan Son Nguyen Date: Mon, 3 Aug 2026 11:52:08 +0200 Subject: [PATCH] add docs --- tools/server/README-dev.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/server/README-dev.md b/tools/server/README-dev.md index 45bcdcca76..3c5428248a 100644 --- a/tools/server/README-dev.md +++ b/tools/server/README-dev.md @@ -201,6 +201,7 @@ Invoke a tool call, request body is a JSON object with: Headers: - `x-tool-cwd`: optional; if set, use as the CWD for tool; this is not part of tool's params because it's meant to be set by the runtime, not the LLM itself +- `x-tool-docker`: optional; if set, use this docker container ID as tool runtime environment Returns JSON object. There are two response formats (MCP tools use the same two formats: their result content is concatenated into `plain_text_response`, and RPC or tool errors are surfaced as the `error` string):