From a56bb9d1909d5ec048cc10b50e8e6ad9df69272c Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Wed, 24 Dec 2025 10:44:41 -0800 Subject: [PATCH] add open-web-ui-ref (#653) --- demos/use_cases/mcp_filter/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/demos/use_cases/mcp_filter/README.md b/demos/use_cases/mcp_filter/README.md index 344b2710..89a5bd1a 100644 --- a/demos/use_cases/mcp_filter/README.md +++ b/demos/use_cases/mcp_filter/README.md @@ -47,10 +47,17 @@ This brings up: - RAG Agent REST server on port 10505 - Plano listener on port 8001 (and gateway on 12000) - Jaeger UI for viewing traces at http://localhost:16686 +- Open WebUI at http://localhost:8080 for interactive queries > Set `OPENAI_API_KEY` in your environment before running; `LLM_GATEWAY_ENDPOINT` defaults to `http://host.docker.internal:12000/v1`. ### 2. Test the system + +**Option A: Using Open WebUI (recommended)** + +Navigate to http://localhost:8080 and send queries through the chat interface. + +**Option B: Using curl** ```bash curl -X POST http://localhost:8001/v1/chat/completions \ -H "Content-Type: application/json" \