Skip to content

Commit 3dc9753

Browse files
committed
refactor: use __future__.annotations
1 parent 9106f67 commit 3dc9753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/shared/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def add_response_router(self, router: ResponseRouter) -> None:
206206
response stream mechanism. This is used by TaskResultHandler to route
207207
responses for queued task requests back to their resolvers.
208208
209-
!!! warn
209+
!!! warning
210210
This is an experimental API that may change without notice.
211211
212212
Args:

0 commit comments

Comments
 (0)