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/bootstrap-fresh.md | |
| parent | 478b0bc47fade5864f4f397de7ea519beddab749 (diff) | |
| download | libmcp-84e898d9ba699451d5d13fe384e7bbe220564bc1.zip | |
Add orthogonal detail controls to libmcp
Diffstat (limited to 'assets/codex-skills/mcp-bootstrap/references/bootstrap-fresh.md')
| -rw-r--r-- | assets/codex-skills/mcp-bootstrap/references/bootstrap-fresh.md | 8 |
1 files changed, 8 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 aefe25d..4eea2b3 100644 --- a/assets/codex-skills/mcp-bootstrap/references/bootstrap-fresh.md +++ b/assets/codex-skills/mcp-bootstrap/references/bootstrap-fresh.md @@ -46,6 +46,11 @@ Faults should flow through health, telemetry, and user-facing shaping. Nontrivial tools should default to `render=porcelain`. +`render` and detail are separate axes. + +- `render=porcelain|json` +- `detail=concise|full` + Porcelain should be: - line-oriented @@ -55,6 +60,9 @@ Porcelain should be: Structured `render=json` should remain available. +`json + concise` should be a structured summary, not merely the full payload in +different clothes. + Use library rendering helpers where possible. Do not default to pretty-printed JSON dumps and call that porcelain. |