Skip to content

Commit 32ee080

Browse files
committed
Merge branch 'stdio_mcp_passing_env_from_adk_state' of https://github.com/pandasanjay/adk-python into stdio_mcp_passing_env_from_adk_state
2 parents 025a965 + 985cc2d commit 32ee080

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/google/adk/tools/mcp_tool/mcp_session_manager.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,6 @@ def update_connection_params(
214214
# Note: We don't close sessions here to avoid blocking,
215215
# they will be cleaned up when detected as disconnected
216216

217-
# Lock to prevent race conditions in session creation
218-
self._session_lock = asyncio.Lock()
219217

220218
def _generate_session_key(
221219
self, merged_headers: Optional[Dict[str, str]] = None

0 commit comments

Comments
 (0)