add support sse for run command - #214
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||||
SummaryAdds “–sse” support to both Notes• Updates CLI flags, help text and validation (HTTP/SSE mutually exclusive). ReviewNice, focused extension and code is consistent with existing patterns.
|
|
Can you release this? |
|
🎉 This PR is included in version 2.5.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
|
@rafaelsales 👆 we've released it 😄, please upgrade your MCPM |
User description
since the Streamable HTTP is not stable enought to trust
PR Type
Enhancement
Description
Add SSE (Server-Sent Events) transport support to
runcommandsExtend both
mcpm runandmcpm profile runwith--sseflagUpdate UI panels and logging for SSE mode indication
Add mutual exclusion validation between
--httpand--sseflagsChanges diagram
Changes walkthrough 📝
run.py
Add SSE support to profile run commandsrc/mcpm/commands/profile/run.py
--sseflag andsse_modeparameter to profile run command--httpand--sseusagerun.py
Add SSE support to server run commandsrc/mcpm/commands/run.py
--sseflag andsse_modeparameter to server run command