You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the author of an MCP server has to specify exactly one transport that the MCP server supports. But what if the MCP server supports multiple transports?
For example, I developed an MCP server and published it to the npm registry. Users can now use the npx command to run the MCP server. Through environment variables, users can choose the transport type: streamable-http or stdio.