open-mcp-auth-proxy/config.yaml
Thilina Shashimal Senarath 28f830dfbf
remove default config (#11)
2025-04-03 22:02:12 +05:30

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"