mirror of
https://github.com/wso2/open-mcp-auth-proxy.git
synced 2025-06-28 01:23:30 +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
|
# Path configuration
|
||||||
paths:
|
paths:
|
||||||
sse: "/sse" # SSE endpoint path
|
sse: "/sse" # SSE endpoint path
|
||||||
messages: "/messages" # Messages endpoint path
|
messages: "/messages/" # Messages endpoint path
|
||||||
|
|
||||||
# Transport mode configuration
|
# Transport mode configuration
|
||||||
transport_mode: "sse" # Options: "sse" or "stdio"
|
transport_mode: "sse" # Options: "sse" or "stdio"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue