Skip to content

Commit 00af015

Browse files
Update mcp/protocol.go
Co-authored-by: Copilot <[email protected]>
1 parent d9f2290 commit 00af015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcp/protocol.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,7 @@ type UnsubscribeParams struct {
876876
// This property is reserved by the protocol to allow clients and servers to
877877
// attach additional metadata to their responses.
878878
Meta `json:"_meta,omitempty"`
879-
// The URI of the resource to unsubscribe to.
879+
// The URI of the resource to unsubscribe from.
880880
URI string `json:"uri"`
881881
}
882882

0 commit comments

Comments
 (0)