{
  "method": "sessionUpdate",
  "args": [
    {
      "sessionId": "test-session-id",
      "update": {
        "sessionUpdate": "tool_call_update",
        "toolCallId": "command-123",
        "status": "completed",
        "rawOutput": {
          "formatted_output": "file1.txt\nfile2.txt\nfile3.txt\n",
          "exit_code": 0
        }
      }
    }
  ]
}