chore: constructor shouldn't have return type hint.

PiperOrigin-RevId: 760021373
This commit is contained in:
Wei Sun (Jack) 2025-05-17 09:56:59 -07:00 committed by Copybara-Service
parent 57de9634de
commit f592de4cc0

View File

@ -168,7 +168,7 @@ class MCPSessionManager:
connection_params: StdioServerParameters | SseServerParams,
exit_stack: AsyncExitStack,
errlog: TextIO = sys.stderr,
) -> ClientSession:
):
"""Initializes the MCP session manager.
Example usage: