diff options
Diffstat (limited to 'assets/codex-skills/mcp-bootstrap/references/bootstrap-retrofit.md')
| -rw-r--r-- | assets/codex-skills/mcp-bootstrap/references/bootstrap-retrofit.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/codex-skills/mcp-bootstrap/references/bootstrap-retrofit.md b/assets/codex-skills/mcp-bootstrap/references/bootstrap-retrofit.md index 5a766a6..146733c 100644 --- a/assets/codex-skills/mcp-bootstrap/references/bootstrap-retrofit.md +++ b/assets/codex-skills/mcp-bootstrap/references/bootstrap-retrofit.md @@ -11,6 +11,9 @@ scratch. 4. Add health, telemetry, and recovery tests. 5. Only then promise hot rollout or stronger operational guarantees. +When `libmcp` is in play, prefer its host-session kernel and render helpers over +consumer-local copies. + ## Specific Warnings - Do not add retries before replay legality is explicit. |