Chumbo 0.11.0 adds bounded collection response contracts for agent-friendly lists.
- Adds
collectionResult,collectionInputSchema,collectionOutputSchema, andcollectionLimits. - Enforces configurable item and byte limits with stable cursor pagination and actionable continuation metadata.
- Lets builders expose explicit sort options while keeping ordering and cursor semantics application-owned.
- Updates the bundled skill, generated guidance, documentation search, living reference, and examples to demonstrate compact list/detail/receipt contracts.
- Preserves structured and hybrid MCP result modes for typed clients and deliberate renderers.
Validation includes the full package and living-reference suites, packed Node/TypeScript/Deno consumers, generated-project smoke tests, and pagination boundary challenges.