Skip to content

Commit 04586f8

Browse files
authored
Update types.py (#243)
excluded prompts/get change
1 parent e334f7e commit 04586f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/mcp/types.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class RequestParams(BaseModel):
4242
class Meta(BaseModel):
4343
progressToken: ProgressToken | None = None
4444
"""
45-
If specified, the caller is requesting out-of-band progress notifications for
45+
If specified, the caller requests out-of-band progress notifications for
4646
this request (as represented by notifications/progress). The value of this
4747
parameter is an opaque token that will be attached to any subsequent
4848
notifications. The receiver is not obligated to provide these notifications.
@@ -782,7 +782,7 @@ class ModelHint(BaseModel):
782782

783783
class ModelPreferences(BaseModel):
784784
"""
785-
The server's preferences for model selection, requested of the client during
785+
The server's preferences for model selection, requested by the client during
786786
sampling.
787787
788788
Because LLMs can vary along multiple dimensions, choosing the "best" model is
@@ -1015,7 +1015,7 @@ class CancelledNotification(
10151015
Notification[CancelledNotificationParams, Literal["notifications/cancelled"]]
10161016
):
10171017
"""
1018-
This notification can be sent by either side to indicate that it is cancelling a
1018+
This notification can be sent by either side to indicate that it is canceling a
10191019
previously-issued request.
10201020
"""
10211021

0 commit comments

Comments
 (0)