mirror of
https://github.com/wso2/open-mcp-auth-proxy.git
synced 2025-07-22 02:07:49 +00:00
Add support for SSE and stdio transport modes
This commit is contained in:
parent
2548eb569a
commit
61d3c7e7e1
4 changed files with 177 additions and 48 deletions
|
@ -1,10 +1,13 @@
|
|||
# config.yaml
|
||||
|
||||
transport_mode: "stdio" # Options: "sse" or "stdio"
|
||||
|
||||
# For SSE mode, mcp_server_base_url and mcp_paths are required
|
||||
# For stdio mode, both are optional and will be derived from command configuration if not specified
|
||||
mcp_server_base_url: "http://localhost:8000"
|
||||
listen_port: 8080
|
||||
timeout_seconds: 10
|
||||
|
||||
mcp_paths:
|
||||
mcp_paths: # Required in SSE mode, ignored in stdio mode (derived from command)
|
||||
- /messages/
|
||||
- /sse
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue