Skip to content

Commit 40c80ae

Browse files
authored
Update types.py
excluded prompts/get change
1 parent 775f879 commit 40c80ae

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.
@@ -781,7 +781,7 @@ class ModelHint(BaseModel):
781781

782782
class ModelPreferences(BaseModel):
783783
"""
784-
The server's preferences for model selection, requested of the client during
784+
The server's preferences for model selection, requested by the client during
785785
sampling.
786786
787787
Because LLMs can vary along multiple dimensions, choosing the "best" model is
@@ -1012,7 +1012,7 @@ class CancelledNotificationParams(NotificationParams):
10121012

10131013
class CancelledNotification(Notification):
10141014
"""
1015-
This notification can be sent by either side to indicate that it is cancelling a
1015+
This notification can be sent by either side to indicate that it is canceling a
10161016
previously-issued request.
10171017
"""
10181018

0 commit comments

Comments
 (0)