diff options
| author | main <main@swarm.moe> | 2026-03-19 17:15:25 -0400 |
|---|---|---|
| committer | main <main@swarm.moe> | 2026-03-19 17:15:25 -0400 |
| commit | 84e898d9ba699451d5d13fe384e7bbe220564bc1 (patch) | |
| tree | bcb6140c8dbbf34a67f7c007440c4fc5a3d351ce /assets/codex-skills/mcp-bootstrap/references/checklist.md | |
| parent | 478b0bc47fade5864f4f397de7ea519beddab749 (diff) | |
| download | libmcp-84e898d9ba699451d5d13fe384e7bbe220564bc1.zip | |
Add orthogonal detail controls to libmcp
Diffstat (limited to 'assets/codex-skills/mcp-bootstrap/references/checklist.md')
| -rw-r--r-- | assets/codex-skills/mcp-bootstrap/references/checklist.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/assets/codex-skills/mcp-bootstrap/references/checklist.md b/assets/codex-skills/mcp-bootstrap/references/checklist.md index f2eeffd..babb157 100644 --- a/assets/codex-skills/mcp-bootstrap/references/checklist.md +++ b/assets/codex-skills/mcp-bootstrap/references/checklist.md @@ -9,6 +9,8 @@ Use this checklist when reviewing a `libmcp` consumer. - Are replay contracts typed and local to the request surface? - Are faults typed and connected to recovery semantics? - Do nontrivial tools default to porcelain output? +- Are `render` and `detail` treated as orthogonal controls? +- Does `detail=concise` return an actual summary rather than the full payload? - Are library render helpers used where bespoke porcelain has not yet been justified? - Is structured JSON still available where exact consumers need it? |