Skip to content

Conversation

@jakemac53
Copy link
Contributor

@jakemac53 jakemac53 commented Nov 11, 2025

Fixes #310.

These were actually causing runtime cast failures, as the null params object would be cast to a Map<String, Object?>.

This includes generally supporting notifications with no parameters, of which there are several.

@github-actions
Copy link

PR Health

Changelog Entry ✔️
Package Changed Files

Changes to files need to be accounted for in their respective changelogs.

This check can be disabled by tagging the PR with skip-changelog-check.

@jakemac53 jakemac53 marked this pull request as draft November 11, 2025 18:26
@jakemac53 jakemac53 marked this pull request as ready for review November 11, 2025 19:20
@jakemac53 jakemac53 merged commit 9c49326 into main Nov 11, 2025
20 checks passed
@jakemac53 jakemac53 deleted the nullable-params branch November 11, 2025 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"type 'Null' is not a subtype of type 'Map<String, Object?>' in type cast" when using in Cursor

2 participants