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.
2 parents 4463531 + 15cb115 commit 145a43fCopy full SHA for 145a43f
dive_mcp_host/oap_plugin/models.py
@@ -19,7 +19,7 @@ class UserMcpConfig(BaseModel):
19
id: str
20
name: str
21
description: str
22
- transport: Literal["sse"]
+ transport: Literal["sse", "streamable"]
23
url: str
24
headers: dict[str, str]
25
0 commit comments