Design Notes Index¶
This page aggregates the per‑repo Design Notes pages that document tradeoffs and error semantics for each component. Use these when you want to understand why a design decision was made or how to handle specific failure modes.
Per‑repo Design Notes¶
- toolfoundation — design-notes
- tooldiscovery — design-notes
- toolexec — design-notes
- toolcompose — design-notes
- toolops — design-notes
- toolprotocol — design-notes
- metatools-mcp — design-notes
When to read these¶
- You’re debugging failure modes or error propagation.
- You want to compare tradeoffs (latency vs safety, flexibility vs simplicity).
- You’re deciding where to plug in a custom implementation.