Skip to content

Commit 1f67c43

Browse files
Update src/google/adk/tools/mcp_tool/mcp_session_manager.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 482e880 commit 1f67c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class StreamableHTTPConnectionParams(BaseModel):
102102
when the connection is closed.
103103
"""
104104

105-
model_config = ConfigDict(arbitrary_types_allowed=True, )
105+
model_config = ConfigDict(arbitrary_types_allowed=True)
106106

107107
url: str
108108
headers: dict[str, Any] | None = None

0 commit comments

Comments
 (0)