We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fc6125 commit 739bf51Copy full SHA for 739bf51
mcp/protocol.go
@@ -876,7 +876,7 @@ type UnsubscribeParams struct {
876
// This property is reserved by the protocol to allow clients and servers to
877
// attach additional metadata to their responses.
878
Meta `json:"_meta,omitempty"`
879
- // The URI of the resource to unsubscribe to.
+ // The URI of the resource to unsubscribe from.
880
URI string `json:"uri"`
881
}
882
0 commit comments