softwaremill / softwaremill/chimp
T5 - MRTR (multi round trip requests) types
Nobody has claimed this yet.
- Dominant language
- Scala
- Stars
- 102
- Forks
- 10
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 16
Description
Target branch: 2026-07-28-protocol-support
InputRequestunion (sampling/createMessage,roots/list,elicitation/createembedded shapes withmethodand
params) andInputResponseunion (CreateMessageResult,ListRootsResult,ElicitResult).InputRequiredResult(inputRequests, requestState, resultType, _meta).inputResponsesandrequestStateonCallToolParams,GetPromptParams,ReadResourceParams.ElicitParamsbecomes a union ofForm(message, requestedSchema, mode)andUrl(message, url, elicitationId).
elicitationIdstays optional for 2025-11-25 servers.- Schema test cases against both schema files where the type exists in both.
Spec:
- MRTR - InputRequests
- MRTR - InputResponses
- MRTR - InputRequiredResult
- Tools - Input Required Tool Results
- Elicitation - URL Mode Elicitation Requests
- Schema - InputRequiredResult
- Schema - InputResponseRequestParams
Conformance scenarios that must pass after this task: none.
Docs: no.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start on target branch 2026-07-28-protocol-support by locating the existing InputRequest, InputResponse, CallToolParams, GetPromptParams, ReadResourceParams, and ElicitParams definitions, then compare them with the linked MRTR and elicitation specifications. Update the protocol types and add schema test cases in both schema files where applicable; done means the requested unions, fields, and optional compatibility behavior are represented and tests pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- scala
- Domain
- api, backend-api-design, testing-qa
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100