Skip to content

Commit bf887de

Browse files
committed
address style comments
1 parent 4b980e6 commit bf887de

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

docs/source/command-reference.mdx

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ apollo-mcp-server [OPTIONS] <PATH/TO/CONFIG/FILE>
9595

9696
### CLI options
9797

98-
| Option | Description |
99-
| :-------------- | :--------------------------------------------------------- |
100-
| `-h, --help` | Print help (see a summary with `-h`). |
101-
| `-V, --version` | Print version |
98+
| Option | Description |
99+
| :-------------- | :------------------------ |
100+
| `-h, --help` | Print help information |
101+
| `-V, --version` | Print version information |
102102

103103
### Config options
104104

@@ -148,15 +148,15 @@ These fields are under the top-level `introspection` key.
148148

149149
These fields are under the top-level `logging` key.
150150

151-
| Option | Type | Default | Description |
152-
|--:------|--:--------------------------------------------------|--:-------|--:-------------------------------|
153-
| `level` | `oneOf ["trace", "debug", "info", "warn", "error"]` | `"info"` | The log level to use for tracing |
151+
| Option | Type | Default | Description |
152+
|--:------|--:--------------------------------------------------|--:-------|--:------------------------------|
153+
| `level` | `oneOf ["trace", "debug", "info", "warn", "error"]` | `"info"` | The minimum log level to record |
154154

155155

156156
#### Operation source configuration
157157

158-
These fields are under the top-level `operations` key. There are multiple valid choices for this key based on the `source` key
159-
with the default being `infer`.
158+
These fields are under the top-level `operations` key. The available fields depend on the value of the nested `source` key.
159+
The default value for `source` is `"infer"`.
160160

161161
| Source | Option | Type | Default | Description |
162162
|--:-----------------|--:-------|--:---------------|--:------|--:----------------------------------------------------------------------------------------------------|
@@ -180,13 +180,13 @@ These fields are under the top-level `overrides` key.
180180
| `disable_type_description` | `bool` | `false` | Disable type descriptions to save on context-window space |
181181
| `disable_schema_description` | `bool` | `false` | Disable schema descriptions to save on context-window space |
182182
| `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 |
184184

185185

186186
#### Schema source configuration
187187

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.
189+
The default value for `source` is `"uplink"`.
190190

191191
| Source | Option | Type | Default | Description |
192192
|--:-----|--:-------|--:---------|--:------|--:----------------------------------------------------------------------------------|
@@ -197,8 +197,8 @@ with the default being `uplink`.
197197

198198
#### Transport configuration
199199

200-
These fields are under the top-level `transport` key. There are multiple valid choices for this key based on the `type` key
201-
with the default being `stdio`.
200+
These fields are under the top-level `transport` key. The available fields depend on the value of the nested `type` key.
201+
The default value for `type` is `"stdio"`.
202202

203203
| Type | Option | Type | Default | Description |
204204
|--:-------------|--:--------|--:------------------|--:----------|--:----------------------------------------------------------------------------------------------------------------------------|
@@ -219,6 +219,6 @@ Running `rover dev --mcp` starts an MCP Server. Additional options, `--mcp*`, di
219219

220220
The mapping of `rover dev` options to MCP Server options:
221221

222-
| `rover dev` option | Equivalent MCP Server option |
223-
| :---------------------------------------------------- | :---------------------------------------------------- |
224-
| `--mcp-config <PATH/TO/CONFIG>` | `<PATH/TO/CONFIG>` |
222+
| `rover dev` option | Equivalent MCP Server option | Description |
223+
|-:-------------------------------|-:----------------------------|-------------------------------------------|
224+
| `--mcp-config <PATH/TO/CONFIG>` | `<PATH/TO/CONFIG>` | Path to the MCP server configuration file |

0 commit comments

Comments
 (0)