diff options
| author | main <main@swarm.moe> | 2026-03-19 11:19:42 -0400 |
|---|---|---|
| committer | main <main@swarm.moe> | 2026-03-19 11:19:42 -0400 |
| commit | 478b0bc47fade5864f4f397de7ea519beddab749 (patch) | |
| tree | fa3a555f8980afa0f3eb2bdeca6f3bc76eac8061 /assets/codex-skills/mcp-bootstrap/references/bootstrap-fresh.md | |
| parent | 08a1139eaa7a4862ab8c0e5fb5fc6845fc711208 (diff) | |
| download | libmcp-1.1.0.zip | |
Release libmcp 1.1.0v1.1.0
Diffstat (limited to 'assets/codex-skills/mcp-bootstrap/references/bootstrap-fresh.md')
| -rw-r--r-- | assets/codex-skills/mcp-bootstrap/references/bootstrap-fresh.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/codex-skills/mcp-bootstrap/references/bootstrap-fresh.md b/assets/codex-skills/mcp-bootstrap/references/bootstrap-fresh.md index bddbc53..aefe25d 100644 --- a/assets/codex-skills/mcp-bootstrap/references/bootstrap-fresh.md +++ b/assets/codex-skills/mcp-bootstrap/references/bootstrap-fresh.md @@ -11,6 +11,8 @@ execution. policy, rollout, and user-facing error shaping. - The worker owns backend runtimes, backend-specific retries, and tool execution. +- Use `libmcp`'s host-session kernel and snapshot-file handoff instead of + rolling custom initialize seed and reexec glue. If the worker dies, the session should survive. @@ -53,6 +55,9 @@ Porcelain should be: Structured `render=json` should remain available. +Use library rendering helpers where possible. Do not default to pretty-printed +JSON dumps and call that porcelain. + ## 5. Boundary normalization Normalize model-facing input where it is clearly safe: |