Documentation
Dlang.org
BatchResult
mcp
protocol
jsonrpc
parseBatch
result that keeps malformed members rather than discarding the whole batch.
@
safe
struct
BatchResult {
Message
[]
messages
;
BatchMemberError
[]
errors
;
}
mcp
protocol
jsonrpc
enums
MessageKind
functions
makeErrorResponse
makeNotification
makeRequest
makeResponse
parseAny
parseBatch
parseBatchTolerant
parseMessage
rpcIdString
structs
BatchMemberError
BatchResult
Message
ParsedInput
parseBatch result that keeps malformed members rather than discarding the whole batch.