Stateless
Table of Contents
Classes
- ElicitationReplay
- Answers a handler's {@see \Mcp\Server\ClientGateway::elicit()} on a lifecycle
that has no server-initiated requests.
- InputContext
- What a retry brought back: the client's answers to a previous
{@see \Mcp\Schema\Result\InputRequiredResult}, keyed as its `inputRequests`
were, plus the verified state that result carried.
- InputRequestCapabilities
- What a multi round-trip ask requires of the client, and whether it said it
could do it.
- NotificationFilter
- Which notification types a `subscriptions/listen` stream will carry.
- RequestMeta
- The per-request metadata that replaces the `initialize` handshake in the
modern era (SEP-2575).
- RequestStateCodec
- Seals and verifies the opaque `requestState` carried across the rounds of a
multi round-trip request (SEP-2322).
- StandardHeaderValidator
- Checks that a request's HTTP headers agree with its JSON-RPC body (SEP-2243).
- StatelessProtocol
- Dispatches a single modern-era (SEP-2575) request.
- StatelessResult
- One modern-era answer, paired with the HTTP status that carries it.