Skip to content

Commit e8b66e9

Browse files
committed
rollbacked ResourceUpdatedNotificationParams
1 parent 1bcc4c4 commit e8b66e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ class UnsubscribeRequest(Request[UnsubscribeRequestParams, Literal["resources/un
608608
class ResourceUpdatedNotificationParams(NotificationParams):
609609
"""Parameters for resource update notifications."""
610610

611-
uri: Annotated[str, UrlConstraints(host_required=False)]
611+
uri: str
612612
"""
613613
The URI of the resource that has been updated. This might be a sub-resource of the
614614
one that the client actually subscribed to.

0 commit comments

Comments
 (0)