-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Cannot configure MCP to use SSE mode in YAML #5359
Copy link
Copy link
Closed
Labels
area:configurationRelates to configuration optionsRelates to configuration optionsgood-first-issueSuggested issue for new contributorsSuggested issue for new contributorskind:enhancementIndicates a new feature request, imrovement, or extensionIndicates a new feature request, imrovement, or extensionpriority:mediumIndicates medium priorityIndicates medium priority
Metadata
Metadata
Assignees
Labels
area:configurationRelates to configuration optionsRelates to configuration optionsgood-first-issueSuggested issue for new contributorsSuggested issue for new contributorskind:enhancementIndicates a new feature request, imrovement, or extensionIndicates a new feature request, imrovement, or extensionpriority:mediumIndicates medium priorityIndicates medium priority
Type
Fields
Give feedbackNo fields configured for issues without a type.
Validations
Problem
I have reviewed the Discord chat logs and the code, and I found that when using YAML configuration for MCP, only the stdio mode can be configured. It would be great if support could be added for configuring SSE and WebSocket modes.
https://discord.com/channels/1108621136150929458/1357364237219139615
continue/core/config/yaml/loadYaml.ts
Lines 65 to 76 in fb1935d
continue/core/config/types.ts
Lines 1009 to 1029 in fb1935d
Solution
No response