# Pipe streaming JSON messages
echo '{"type":"user","message":{"role":"user","content":"Hello"}}' | claude --print --output-format=stream-json --verbose
# Use with other tools that output structured messages
./message-generator | claude --print --output-format=stream-json
This update focuses on improving the MCP (Model Context Protocol) integration experience, making it easier to manage external tool servers, authenticate them, and work with multiple directories in your projects. The streaming improvements also enable better integration with automated workflows.