Skip to content

Commit 1cc3e1f

Browse files
committed
docs: remove learn more link from --custom-scalars-config
1 parent 7718599 commit 1cc3e1f

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
@@ -62,7 +62,7 @@ apollo-mcp-server [OPTIONS] --directory <DIRECTORY>
6262
| :-------------------------------------------------- |:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
6363
| `-d, --directory <DIRECTORY>` | The working directory to use. Defaults the current working directory. |
6464
| `-s, --schema <SCHEMA>` | The path to the GraphQL API schema file. |
65-
| `-c, --custom-scalars-config <CUSTOM_SCALARS_CONFIG>` | The path to the GraphQL custom_scalars_config file. [Learn more](/apollo-mcp-server/guides/#custom-scalars). |
65+
| `-c, --custom-scalars-config <CUSTOM_SCALARS_CONFIG>` | The path to the GraphQL custom_scalars_config file. |
6666
| `-e, --endpoint <ENDPOINT>` | The GraphQL endpoint the server will invoke.<br />[default: `http://127.0.0.1:4000`] |
6767
| `--header <HEADERS>` | Headers to send to the endpoint. |
6868
| `--sse-port <SSE_PORT>` | Start the server using the SSE transport on the given port (default: 5000). |

0 commit comments

Comments
 (0)