Skip to content

Commit 35f7598

Browse files
committed
fix: remove graph credentials in example config file (bad practice)
1 parent 954257c commit 35f7598

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/source/config-file.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -207,16 +207,12 @@ transport:
207207
208208
## Example config file
209209
210-
The following example file sets your endpoint to `localhost:4001`, configures transport over Streamable HTTP, provides a GraphOS key and graph reference,
211-
enables introspection, and provides two local MCP operations for the server to expose.
210+
The following example file sets your endpoint to `localhost:4001`, configures transport over Streamable HTTP, enables introspection, and provides two local MCP operations for the server to expose.
212211

213212
```yaml config.yaml
214213
endpoint: http://localhost:4001/
215214
transport:
216215
type: streamable_http
217-
graphos:
218-
apollo_key: <YOUR_APOLLO_KEY>
219-
apollo_graph_ref: <YOUR_APOLLO_GRAPH_REF>
220216
introspection:
221217
introspect:
222218
enabled: true

0 commit comments

Comments
 (0)