Skip to content

Commit 30e876e

Browse files
authored
Fix indentation in example YAML
1 parent 1c0bd34 commit 30e876e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/config-file.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@ These fields are under the top-level `transport` key, to configure running the M
135135
```yaml
136136
transport:
137137
type: streamable_http
138-
address: 127.0.0.1
139-
port: 5000
140-
stateful_mode: true
138+
address: 127.0.0.1
139+
port: 5000
140+
stateful_mode: true
141141
```
142142
143143
##### Type

0 commit comments

Comments
 (0)