▲ | xyc 4 hours ago | |
Thanks for the pointers! Will do. I've fired up https://github.com/modelcontextprotocol/inspector and the code looks helpful too. I'm looking at integrating MCP with desktop app. The spec (https://spec.modelcontextprotocol.io/specification/basic/tra...) mentions "Clients SHOULD support stdio whenever possible.". The server examples seem to be mostly stdio as well. In the context of a sandboxed desktop app, it's often not practical to launch a server as subprocess because: - sandbox restrictions of executing binaries - needing to bundle binary leads to a larger installation size Would it be reasonable to relax this restriction and provide both SSE/stdio for the default server examples? | ||
▲ | somnium_sn 4 hours ago | parent | next [-] | |
Having broader support for SSE in the servers repository would be great. Maybe I can encourage you to open a PR or at least an issue. I can totally see your concern about sandboxed app, particularly for flatpack or similar distribution methods. I see you already opened a discussion https://github.com/modelcontextprotocol/specification/discus..., so let's follow up there. I really appreciate the input. | ||
▲ | xyc 4 hours ago | parent | prev [-] | |
^ asked the question in the discussion: https://github.com/modelcontextprotocol/specification/discus... |