mirror of
https://github.com/wso2/open-mcp-auth-proxy.git
synced 2025-06-27 17:13:31 +00:00
Fix message path
This commit is contained in:
parent
5c1cc13ff3
commit
69fac360ba
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ timeout_seconds: 10
|
|||
# Path configuration
|
||||
paths:
|
||||
sse: "/sse" # SSE endpoint path
|
||||
messages: "/messages" # Messages endpoint path
|
||||
messages: "/messages/" # Messages endpoint path
|
||||
|
||||
# Transport mode configuration
|
||||
transport_mode: "sse" # Options: "sse" or "stdio"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue