File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments