exec-server: tighten retained-output reads

Fix read pagination when max_bytes truncates a response, add a chunking regression covering stdout/stderr retention, warn on retained-output eviction, and note init auth as a pre-trust-boundary TODO.

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
starr-openai
2026-03-17 22:29:32 +00:00
parent 4a3ae786fd
commit c0b8f2dfe8
2 changed files with 95 additions and 1 deletions

View File

@@ -73,6 +73,9 @@ If the client sends exec methods before completing the `initialize` /
If a connection closes, the server terminates any remaining managed processes
for that connection.
TODO: add authentication to the `initialize` setup before this is used across a
trust boundary.
## API
### `initialize`