Skip to content

Commit d879129

Browse files
committed
Add transport type field flag
1 parent d516cfd commit d879129

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
@@ -194,12 +194,13 @@ var supportedClientIntegrations = []mcpClientConfig{
194194
"darwin": {".config"},
195195
"windows": {"AppData", "Local"},
196196
},
197+
Extension: JSON,
197198
SupportedTransportTypesMap: map[types.TransportType]string{
198199
types.TransportTypeStdio: "sse",
199200
types.TransportTypeSSE: "sse",
200201
types.TransportTypeStreamableHTTP: "http",
201202
},
202-
Extension: JSON,
203+
IsTransportTypeFieldSupported: true,
203204
},
204205
}
205206

0 commit comments

Comments
 (0)