Fix Auth0 configs (#15)

This commit is contained in:
Thilina Shashimal Senarath 2025-04-08 13:32:07 +05:30 committed by GitHub
parent 32c9378aad
commit 9a3d5346f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: