Skip to content

Commit da19d59

Browse files
xuwenyihusttonyluj
authored andcommitted
[model-gateway][doc] Add STDIO Explicitly to Example in README (sgl-project#14393)
1 parent 5594271 commit da19d59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sgl-router/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ servers:
263263
- name: "filesystem"
264264
command: "npx"
265265
args: ["-y", "@modelcontextprotocol/server-filesystem", "/tmp"]
266+
protocol: "stdio"
266267
required: false
267268

268269
- name: "github"
@@ -298,7 +299,7 @@ inventory:
298299
- `command` + `args`: For STDIO transport (local process execution)
299300
- `url`: For SSE or Streamable transports (HTTP/HTTPS endpoints)
300301
- `token`: Optional authentication token for HTTP-based transports
301-
- `protocol`: Protocol type (`"sse"` or `"streamable"`; STDIO is inferred from `command`)
302+
- `protocol`: Protocol type (`"sse"`, `"streamable"`, or `"stdio"`)
302303
- `required`: If `true`, router fails to start if server is unreachable (default: `false`)
303304
- `envs`: Environment variables for STDIO processes (optional)
304305
- `proxy`: Per-server proxy override (set to `null` to bypass global proxy)

0 commit comments

Comments
 (0)