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
|`-d, --directory <DIRECTORY>`| The working directory to use. Defaults the current working directory. |
64
64
|`-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. |
66
66
|`-e, --endpoint <ENDPOINT>`| The GraphQL endpoint the server will invoke.<br />[default: `http://127.0.0.1:4000`]|
67
67
|`--header <HEADERS>`| Headers to send to the endpoint. |
68
68
|`--sse-port <SSE_PORT>`| Start the server using the SSE transport on the given port (default: 5000). |
69
69
|`--sse-address <SSE_ADDRESS>`| The IP address to bind the SSE server to (default: 127.0.0.1). |
70
70
|`-i, --introspection`| Expose the schema to the MCP client through `introspect` and `execute` tools. [Learn more](/apollo-mcp-server/guides/#from-schema-introspection). |
71
71
|`-u, --uplink`| Enable use of uplink to get the schema and persisted queries (requires `APOLLO_KEY` and `APOLLO_GRAPH_REF`). [Learn more](/apollo-mcp-server/guides/#from-graphos-managed-persisted-queries). |
72
72
|`-x, --explorer`| Expose a tool to open queries in Apollo Explorer (requires `APOLLO_KEY` and `APOLLO_GRAPH_REF`). |
73
-
|`-o, --operations [<OPERATIONS>...]`| Operation files to expose as MCP tools. [Learn more](/apollo-mcp-server/guides/#from-operation-schema-files). |
73
+
|`-o, --operations [<OPERATIONS>...]`| Operation files to expose as MCP tools. [Learn more](/apollo-mcp-server/guides/#from-operation-files). |
74
74
|`--manifest <MANIFEST>`| The path to the persisted query manifest containing operations. |
75
75
|`--disable-type-description`| Disable operation root field types in tool description. |
76
76
|`--disable-schema-description`| Disable schema type definitions referenced by all fields returned by the operation in the tool description. |
0 commit comments