Commit 736cbf5
docs: add live-API size measurements for structured_content_only
The synthetic 272-byte fixture undersells the effect, because the saving
comes from JSON-string escaping overhead, which scales with payload size.
Measured against the live GitHub API on github/github-mcp-server, comparing
the full serialized tools/call result:
pull_request_read get_files 99,990 -> 48,999 bytes (-51%)
actions_list list_workflows 30,407 -> 15,839 bytes (-48%)
actions_get get_workflow_run 30,229 -> 15,801 bytes (-48%)
pull_request_read get_check_runs 10,551 -> 6,240 bytes (-41%)
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent 53cb8d2 commit 736cbf5
1 file changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
67 | 76 | | |
68 | 77 | | |
69 | 78 | | |
| |||
0 commit comments