continue
continue copied to clipboard
Cannot configure MCP to use SSE mode in YAML
Validations
- [x] I believe this is a way to improve. I'll try to join the Continue Discord for questions
- [x] I'm not able to find an open issue that requests the same enhancement
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
https://github.com/continuedev/continue/blob/fb1935dd8e77d53b7754c608e18a4f85b16909b3/core/config/yaml/loadYaml.ts#L65-L76
https://github.com/continuedev/continue/blob/fb1935dd8e77d53b7754c608e18a4f85b16909b3/core/config/types.ts#L1009-L1029
Solution
No response