Increase default child process maxBuffer
, and make configurable
#88
Labels
enhancement
New feature or request
maxBuffer
, and make configurable
#88
From https://nodejs.org/api/child_process.html#child_process_child_process_exec_command_options_callback:
This (1 MiB) is a pretty low default for MCP on stdio. If exceeded, you'll see an error like the following:
We probably want to bump the default, and make it overridable.
The text was updated successfully, but these errors were encountered: