[model-gateway][doc] Add STDIO Explicitly to Example in README (#14393)

This commit is contained in:
Wenyi Xu
2025-12-03 20:36:44 -08:00
committed by GitHub
parent 46f21a5956
commit 78647e08dd
+2 -1
View File
@@ -263,6 +263,7 @@ servers:
- name: "filesystem"
command: "npx"
args: ["-y", "@modelcontextprotocol/server-filesystem", "/tmp"]
protocol: "stdio"
required: false
- name: "github"
@@ -298,7 +299,7 @@ inventory:
- `command` + `args`: For STDIO transport (local process execution)
- `url`: For SSE or Streamable transports (HTTP/HTTPS endpoints)
- `token`: Optional authentication token for HTTP-based transports
- `protocol`: Protocol type (`"sse"` or `"streamable"`; STDIO is inferred from `command`)
- `protocol`: Protocol type (`"sse"`, `"streamable"`, or `"stdio"`)
- `required`: If `true`, router fails to start if server is unreachable (default: `false`)
- `envs`: Environment variables for STDIO processes (optional)
- `proxy`: Per-server proxy override (set to `null` to bypass global proxy)