Skip to content

Commit d52830e

Browse files
DaleSeoJephuff
andauthored
Update docs/source/command-reference.mdx
Co-authored-by: Jeffrey Burt <[email protected]>
1 parent 20f1512 commit d52830e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/command-reference.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ apollo-mcp-server [OPTIONS] --directory <DIRECTORY>
109109
| `-x, --explorer` | Expose a tool that returns the URL to open a GraphQL operation in Apollo Explorer (requires `APOLLO_GRAPH_REF`). |
110110
| `-o, --operations [<OPERATIONS>...]` | Operation files to expose as MCP tools. [Learn more](/apollo-mcp-server/guides/#from-operation-files). |
111111
| `--manifest <MANIFEST>` | The path to the persisted query manifest containing operations. |
112-
| `--collection <COLLECTION_ID>` | The ID of an operation collection to use as the source for operations (requires `APOLLO_KEY`). When set to `default`, also requires `APOLLO_GRAPH_REF`. |
112+
| `--collection <COLLECTION_ID>` | The ID of an operation collection to use as the source for operations (requires `APOLLO_KEY`). If `default` is used instead of an ID, the MCP Tools for `APOLLO_GRAPH_REF` will be used as the source. |
113113
| `--disable-type-description` | Disable operation root field types in tool description. |
114114
| `--disable-schema-description` | Disable schema type definitions referenced by all fields returned by the operation in the tool description. |
115115
| `-m, --allow-mutations <ALLOW_MUTATIONS>` | [default: `none`]<br /><br />Possible values:<ul><li>`none`: Don't allow any mutations</li><li>`explicit`: Allow explicit mutations, but don't allow the LLM to build them</li><li>`all`: Allow the LLM to build mutations</li></ul> |

0 commit comments

Comments
 (0)