| ▲ | liadyo a day ago |
| Yes, this is a fully remote MCP server, so the need for an SSE support makes the implementation quite complex. The MCP spec updated to use HTTP streaming, but clients do not support it yet. |
|
| ▲ | TechDebtDevin a day ago | parent [-] |
| Gemini does I believe. On my list of todos is to add this to my fork of mcp-go. |
| |
| ▲ | vessenes a day ago | parent [-] | | +1 for this, I'm so so tired of writing my MCP code in python. | | |
| ▲ | prophesi a day ago | parent [-] | | If you're in Elixir land, Hermes MCP[0] is a fantastic library for building out MCP clients/servers with both SSE/HTTP support. And will be quite robust given the scalability and fault tolerance of the BEAM. [0] https://github.com/cloudwalk/hermes-mcp | | |
| ▲ | vessenes a day ago | parent [-] | | ooh cool. Sadly I am far from Elixir land. MCP starting out as largely STDIO definitely has made things harder for server-side engineers. I expect this will sort itself out this year though. |
|
|
|