Generate a WebSocket endpoint with connection management and authentication
/plugin marketplace add Lobbi-Docs/claude/plugin install lobbi-docs-fastapi-backend-fastapi-backend@Lobbi-Docs/claude[endpoint_name] [--auth] [--rooms] [--broadcast]# Generate WebSocket Endpoint Generate a WebSocket endpoint with connection management, authentication, and optional room support. ## Required Information Before generating, gather: 1. **Endpoint name** (e.g., "chat", "notifications", "live_updates") 2. **Authentication required?** - Token validation 3. **Room support?** - Multiple channels/rooms 4. **Broadcast capability?** - Send to all connected clients 5. **Message types** - What message types to handle ## Connection Manager Template ## WebSocket Endpoint Template ## Client Example (JavaScript) ## Testing WebSocket ## Ou...