You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Tool.Name: Add `required` modifier to match Prompt.Name, Resource.Name,
ResourceTemplate.Name. An empty string is not a valid tool name per spec.
- CancelledNotificationParams.RequestId: Make optional (RequestId?) per
2025-11-25 spec. Required for request cancellation, must not be used
for task cancellation.
- LoggingMessageNotificationParams.Data: Make required non-nullable
(JsonElement instead of JsonElement?) per spec where `data: unknown`
is required.
- Update McpSessionHandler to use pattern matching for nullable RequestId.
- Update tests to reflect the new type constraints.
Co-authored-by: stephentoub <2642209+stephentoub@users.noreply.github.com>
0 commit comments