Commit 6ea1c4a
committed
feat: add _meta maxResultSizeChars annotations for Claude Code large results
Upgrade swift-sdk 0.3.0 → 0.12.0 to get _meta support on Tool definitions.
Annotate all 293 tools with anthropic/maxResultSizeChars in tools/list response:
- 500K for analytics/report tools (TSV data, financials)
- 200K for list/search endpoints (reviews, builds, testers)
- 100K for single-item CRUD operations
Prevents Claude Code from truncating large MCP responses to disk.1 parent 891f170 commit 6ea1c4a
2 files changed
Lines changed: 25 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
262 | 284 | | |
263 | | - | |
| 285 | + | |
264 | 286 | | |
265 | 287 | | |
266 | 288 | | |
| |||
0 commit comments