We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 482e880 commit 1f67c43Copy full SHA for 1f67c43
src/google/adk/tools/mcp_tool/mcp_session_manager.py
@@ -102,7 +102,7 @@ class StreamableHTTPConnectionParams(BaseModel):
102
when the connection is closed.
103
"""
104
105
- model_config = ConfigDict(arbitrary_types_allowed=True, )
+ model_config = ConfigDict(arbitrary_types_allowed=True)
106
107
url: str
108
headers: dict[str, Any] | None = None
0 commit comments