-
Notifications
You must be signed in to change notification settings - Fork 87
add support sse for run command
#214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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