[model-gateway][doc] Add STDIO Explicitly to Example in README (#14393)
This commit is contained in:
@@ -263,6 +263,7 @@ servers:
|
|||||||
- name: "filesystem"
|
- name: "filesystem"
|
||||||
command: "npx"
|
command: "npx"
|
||||||
args: ["-y", "@modelcontextprotocol/server-filesystem", "/tmp"]
|
args: ["-y", "@modelcontextprotocol/server-filesystem", "/tmp"]
|
||||||
|
protocol: "stdio"
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
- name: "github"
|
- name: "github"
|
||||||
@@ -298,7 +299,7 @@ inventory:
|
|||||||
- `command` + `args`: For STDIO transport (local process execution)
|
- `command` + `args`: For STDIO transport (local process execution)
|
||||||
- `url`: For SSE or Streamable transports (HTTP/HTTPS endpoints)
|
- `url`: For SSE or Streamable transports (HTTP/HTTPS endpoints)
|
||||||
- `token`: Optional authentication token for HTTP-based transports
|
- `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`)
|
- `required`: If `true`, router fails to start if server is unreachable (default: `false`)
|
||||||
- `envs`: Environment variables for STDIO processes (optional)
|
- `envs`: Environment variables for STDIO processes (optional)
|
||||||
- `proxy`: Per-server proxy override (set to `null` to bypass global proxy)
|
- `proxy`: Per-server proxy override (set to `null` to bypass global proxy)
|
||||||
|
|||||||
Reference in New Issue
Block a user