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
When I run certain MCP servers in STDIO mode, I encounter the following error:
ERROR: Error reading from stdout: bufio.Scanner: token too long
Because of this, I’m forced to switch to the HTTP mode instead.
Is there a recommended workaround or best practice to handle this issue in STDIO mode?
I saw the pull request #464 but I’m still encountering the same issue. Would it be possible to allow manual configuration of the buffer size?
Thanks.