RMCP Authorized SSE Server

This is a Server-Sent Events server example that requires OAuth authorization.

Available Endpoints:

Usage:

        # Get a token
        curl http://127.0.0.1:8000/api/token/demo

        # Connect to SSE using the token
        curl -H "Authorization: Bearer demo-token" http://127.0.0.1:8000/sse