From 9a3d5346f2f89d9219091330e85adae083e93d77 Mon Sep 17 00:00:00 2001 From: Thilina Shashimal Senarath <43197743+shashimalcse@users.noreply.github.com> Date: Tue, 8 Apr 2025 13:32:07 +0530 Subject: [PATCH] Fix Auth0 configs (#15) --- docs/Auth0.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/Auth0.md b/docs/Auth0.md index fe55edc..ef1b554 100644 --- a/docs/Auth0.md +++ b/docs/Auth0.md @@ -28,9 +28,17 @@ Update your `config.yaml` with Auth0 settings: ```yaml # Basic proxy configuration -mcp_server_base_url: "http://localhost:8000" listen_port: 8080 -timeout_seconds: 10 +base_url: "http://localhost:8000" +port: 8000 + +# Path configuration +paths: + sse: "/sse" + messages: "/messages/" + +# Transport mode +transport_mode: "sse" # CORS configuration cors: