You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -180,13 +180,13 @@ These fields are under the top-level `overrides` key.
180
180
|`disable_type_description`|`bool`|`false`| Disable type descriptions to save on context-window space |
181
181
|`disable_schema_description`|`bool`|`false`| Disable schema descriptions to save on context-window space |
182
182
|`enable_explorer`|`bool`|`false`| Expose a tool that returns the URL to open a GraphQL operation in Apollo Explorer. Note: This requires a GraphOS graph reference |
183
-
|`mutation_mode`|`oneOf ["none", "explicit", "all"]`|`"none"`|Set the mutation mode access level for the MCP server |
183
+
|`mutation_mode`|`oneOf ["none", "explicit", "all"]`|`"none"`|Defines the mutation access level for the MCP server|
184
184
185
185
186
186
#### Schema source configuration
187
187
188
-
These fields are under the top-level `schema` key. There are multiple valid choices for this key based on the `source` key
189
-
with the default being `uplink`.
188
+
These fields are under the top-level `schema` key. The available fields depend on the value of the nested `source` key.
0 commit comments