fix: increase WS client thread stack to 16KB MCP HTTP handler adds body[4096] on stack inside client_thread, pushing total stack usage to 100% of the 12KB allocation. This causes Data Abort (DFAR=0x99) when curl sends MCP initialize. Increase AGENT_WS_CLIENT_STACK from 12KB to 16KB. RAM impact: +4KB. Signed-off-by: zhouwenjie1 <zhouwenjie1@xiaomi.com> |