32 lines
491 B
YAML
32 lines
491 B
YAML
# config.yaml
|
|
|
|
mcp_server_base_url: ""
|
|
listen_port: 8080
|
|
timeout_seconds: 10
|
|
|
|
mcp_paths:
|
|
- /messages/
|
|
- /sse
|
|
|
|
path_mapping:
|
|
|
|
cors:
|
|
allowed_origins:
|
|
- "http://localhost:5173"
|
|
allowed_methods:
|
|
- "GET"
|
|
- "POST"
|
|
- "PUT"
|
|
- "DELETE"
|
|
allowed_headers:
|
|
- "Authorization"
|
|
- "Content-Type"
|
|
allow_credentials: true
|
|
|
|
demo:
|
|
org_name: "openmcpauthdemo"
|
|
client_id: "N0U9e_NNGr9mP_0fPnPfPI0a6twa"
|
|
client_secret: "qFHfiBp5gNGAO9zV4YPnDofBzzfInatfUbHyPZvM0jka"
|
|
|
|
|
|
|