mirror of
https://github.com/wso2/open-mcp-auth-proxy.git
synced 2025-06-27 17:13:31 +00:00
Fix Auth0 configs
This commit is contained in:
parent
32c9378aad
commit
5f10f76635
1 changed files with 10 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue