Add option to enable either stdio or SSE transports when running server-everything using npx #1594
Labels
enhancement
New feature or request
server-everything
Reference implementation for the Everything MCP server - src/everything
Is your feature request related to a problem? Please describe.
Sometimes it would be more convenient to test or demo a client using
server-everything
without having to build it.Describe the solution you'd like
An option to pass the start-sse command (or the new streamable sse equivalent) to the server when using npx (i.e. installing it as a package).
Describe alternatives you've considered
The alternative that works today is to build the server and run it using the node command. This is fine but takes more steps to set up.
The text was updated successfully, but these errors were encountered: