Skip to content

Commit 145a43f

Browse files
committed
Merge pull request 'chore: add streamable support for oap plugin' (#428) from oap_streamable into development
Reviewed-on: https://git.biggo.com/Funmula/dive-mcp-host/pulls/428
2 parents 4463531 + 15cb115 commit 145a43f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dive_mcp_host/oap_plugin/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class UserMcpConfig(BaseModel):
1919
id: str
2020
name: str
2121
description: str
22-
transport: Literal["sse"]
22+
transport: Literal["sse", "streamable"]
2323
url: str
2424
headers: dict[str, str]
2525

0 commit comments

Comments
 (0)