Skip to content

docs: tool descriptions state the implemented contract; 2026-09-02 benchmark row - #125

Merged
CMGS merged 4 commits into
mainfrom
docs/mcp-langchain-contracts-and-bench-row
Sep 2, 2026
Merged

docs: tool descriptions state the implemented contract; 2026-09-02 benchmark row#125
CMGS merged 4 commits into
mainfrom
docs/mcp-langchain-contracts-and-bench-row

Conversation

@CMGS

@CMGS CMGS commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

Two commits.

  1. The MCP tool catalog (mcp/tools.go) and the LangChain toolkit told the model one line per tool and nothing about the 5-minute exec cap, the 256 KiB per-process ring buffer, write atomicity, the exec-vs-spawn choice, or what fork/checkpoint/promote guarantee; twelve sandbox_id parameters had no description at all. Every description now states what the SDK documents (prompt-audit items F3 and F4); docs/mcp.md follows. Tests assert tool names, not description text.
  2. Results-log row for today's bare-metal run on the refreshed .79 stack (cocoon master-8962579, CH fork dev 5633d38), with the burst-vs-July note: the same sandboxd A/B'd against the pre-round main on this host and kernel read within noise.

Gates: go build / go test ./mcp, ruff on the LangChain package.

CMGS added 4 commits September 2, 2026 23:27
The MCP catalog and the LangChain toolkit told the model one line per
tool and nothing about timeouts, ring buffers, atomicity, or when to
pick exec over spawn; twelve sandbox_id parameters had no description
at all. Every description now carries what the SDK documents, the
docs/mcp.md table follows. Prompt-audit items F3 and F4.
The catalog said every tool takes sandbox_id, an exact 256 KiB tail, a
fixed 1-16 fork range, checkpoints kept until deleted, permanent
fleet-wide deletion, wake on any call, and idempotent release; the code
scopes sandbox_id to sandbox tools, keeps whole chunks up to 256 KiB,
caps forks at max_fork_count, expires checkpoints under the TTL, deletes
the node's copy, wakes on guest access, and forgets a released id. The
benchmark note now cites the A/B rows it rests on.
@CMGS
CMGS merged commit aab87ad into main Sep 2, 2026
2 checks passed
@CMGS
CMGS deleted the docs/mcp-langchain-contracts-and-bench-row branch September 2, 2026 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant