From 969ff6cfd5ce605e809642560ab6b95c061a54aa Mon Sep 17 00:00:00 2001 From: afjcjsbx Date: Fri, 3 Apr 2026 10:39:43 +0200 Subject: [PATCH] feat(mcp): fix doc --- docs/tools_configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tools_configuration.md b/docs/tools_configuration.md index 329b5ccaf..2c7e2ec70 100644 --- a/docs/tools_configuration.md +++ b/docs/tools_configuration.md @@ -528,7 +528,7 @@ For example: - `PICOCLAW_TOOLS_EXEC_ENABLE_DENY_PATTERNS=false` - `PICOCLAW_TOOLS_CRON_EXEC_TIMEOUT_MINUTES=10` - `PICOCLAW_TOOLS_MCP_ENABLED=true` -- `PICOCLAW_TOOLS_MCP_MAX_INLINE_TEXT_CHARS=8192` +- `PICOCLAW_TOOLS_MCP_MAX_INLINE_TEXT_CHARS=16384` Note: Nested map-style config (for example `tools.mcp.servers..*`) is configured in `config.json` rather than environment variables.