Streamable HTTP MCP example (POST + SSE per current MCP spec).
Run: go run ./examples/http
TINY_GO_MCP_ADDR=0.0.0.0:8080 go run ./examples/http # listen on all interfaces
TINY_GO_MCP_DISABLE_LOCALHOST_PROTECTION=1 go run ./examples/http # ngrok/tunnel testing