fix: fix the typo in MCPToolset when parsing the errlog argument to MCPSessionManager

PiperOrigin-RevId: 759018462
This commit is contained in:
Xiang (Sean) Zhou 2025-05-15 00:29:31 -07:00 committed by Copybara-Service
parent 4a0751941b
commit 2214c1558f

View File

@ -89,7 +89,7 @@ class MCPToolset(BaseToolset):
self._session_manager = MCPSessionManager(
connection_params=self._connection_params,
exit_stack=self._exit_stack,
errlogger=self._errlog,
errlog=self._errlog,
)
self._session = None
self.tool_filter = tool_filter