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
|`-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