File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ npx @modelcontextprotocol/inspector \
208
208
target/debug/apollo-mcp-server \
209
209
--directory < absolute path to this git repo> \
210
210
--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
212
212
```
213
213
214
214
<ExpansionPanel title = " Example output" >
@@ -240,7 +240,7 @@ target/debug/apollo-mcp-server \
240
240
--directory < absolute path to this git repo> \
241
241
--http-port 5000 \
242
242
--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
244
244
```
245
245
246
246
1 . Start the MCP Inspector:
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ The example files located in `graphql/TheSpaceDevs/` include:
61
61
``` sh showLineNumbers=false
62
62
rover dev --supergraph-config ./graphql/TheSpaceDevs/supergraph.yaml \
63
63
--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
65
65
```
66
66
67
67
This command:
You can’t perform that action at this time.
0 commit comments