Skip to content

Commit 51b4190

Browse files
committed
docs: simplify operations configuration
1 parent a1cbbc4 commit 51b4190

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/guides/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ npx @modelcontextprotocol/inspector \
208208
target/debug/apollo-mcp-server \
209209
--directory <absolute path to this git repo> \
210210
--schema graphql/weather/api.graphql \
211-
--operations graphql/weather/operations/forecast.graphql graphql/weather/operations/alerts.graphql graphql/weather/operations/all.graphql
211+
--operations graphql/weather/operations
212212
```
213213

214214
<ExpansionPanel title="Example output">
@@ -240,7 +240,7 @@ target/debug/apollo-mcp-server \
240240
--directory <absolute path to this git repo> \
241241
--http-port 5000 \
242242
--schema graphql/weather/api.graphql \
243-
--operations graphql/weather/operations/forecast.graphql graphql/weather/operations/alerts.graphql graphql/weather/operations/all.graphql
243+
--operations graphql/weather/operations
244244
```
245245

246246
1. Start the MCP Inspector:

docs/source/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The example files located in `graphql/TheSpaceDevs/` include:
6161
```sh showLineNumbers=false
6262
rover dev --supergraph-config ./graphql/TheSpaceDevs/supergraph.yaml \
6363
--mcp \
64-
--mcp-operations ./graphql/TheSpaceDevs/operations/ExploreCelestialBodies.graphql ./graphql/TheSpaceDevs/operations/GetAstronautDetails.graphql ./graphql/TheSpaceDevs/operations/GetAstronautsCurrentlyInSpace.graphql ./graphql/TheSpaceDevs/operations/SearchUpcomingLaunches.graphql
64+
--mcp-operations ./graphql/TheSpaceDevs/operations
6565
```
6666

6767
This command:

0 commit comments

Comments
 (0)