Skip to content

Commit 579bea3

Browse files
committed
Add transport type field flag
1 parent fd91eaf commit 579bea3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/client/config.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,12 +341,13 @@ var supportedClientIntegrations = []mcpClientConfig{
341341
"darwin": {".config"},
342342
"windows": {"AppData", "Local"},
343343
},
344+
Extension: JSON,
344345
SupportedTransportTypesMap: map[types.TransportType]string{
345346
types.TransportTypeStdio: "sse",
346347
types.TransportTypeSSE: "sse",
347348
types.TransportTypeStreamableHTTP: "http",
348349
},
349-
Extension: JSON,
350+
IsTransportTypeFieldSupported: true,
350351
},
351352
}
352353

0 commit comments

Comments
 (0)