HTTP Streaming Demo

This demo showcases two different approaches to HTTP streaming:

Classic HTTP Streaming

Simple chunked transfer encoding to send data in chunks with plain text format.

Perfect for simple streaming needs like progress updates.

GET /stream
Try it now

MCP Streaming

Structured notification system with rich metadata and JSON-RPC protocol.

Ideal for complex applications requiring detailed progress information.

Connect to /mcp with an MCP client
python client.py mcp