Ben Vargas
Ben Vargas
In the alpha releases a new experimental MCP client has been added which supports streamable http. So it looks like this is coming from the OpenAI Devs.
@jakeleventhal Did you try streamable http rather than sse? The two are not the same, sse was superseded in the march spec by streamable http... `https://mcp.linear.app/mcp` https://linear.app/docs/mcp
@galoi - working fine for me in 0.46.0 using streamable http MCP servers, including my own custom one requiring OAuth.
Streamable http confirmed working for me too, currently running 0.47.0 with config.toml as @glennr calls out from the docs. It looks like posts above are trying to use the sse...
I had checked #4669 and #4666 noted above by github-actions bot but those seem to be about (slash) command highlighting rather than selecting text on the scrollback buffer components.
Yeah, see that #5360 issue where i added comments, there are tool calls like webfetch and mcp tools that are not truncated and if the source being webfetched or mcp...
It is not related/caused by those other issues, but by a change in the new release. The error occurs in the model validation logic. **Root Cause** Looking at the code,...
Yeah, I'm running into similar error a ton, haven't been able to reliably use opencode for a few versions now. This is on the latest v1.0.164 and there was a...
I didn't post it here, but I did in a thread on their discord... my root cause (at least for my issue) is non-truncated mcp tool calls dumping too much...
Looks like someone beat me to this idea... https://github.com/eyaltoledano/claude-task-master/pull/649 - I hope this makes it in!