Files
openclaw/extensions/parallel
huangjianxiong c87b9a7cee fix(parallel): use truncateUtf16Safe for MCP error JSON truncation (#102592)
* fix(parallel): use truncateUtf16Safe for MCP error JSON truncation

The extractMcpToolPayload function and error messages use naive
.slice(0, 500) on JSON-serialized errors and results which can split
surrogate pairs. Replace with truncateUtf16Safe().

* test(parallel): cover UTF-16-safe MCP errors

---------

Co-authored-by: Peter Steinberger <steipete@gmail.com>
2026-07-09 11:25:28 +01:00
..

OpenClaw Parallel Plugin

Official OpenClaw plugin for Parallel.

Install from OpenClaw:

openclaw plugins install @openclaw/parallel-plugin
openclaw gateway restart

See https://docs.openclaw.ai/tools/parallel-search for setup and configuration.