File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -57,23 +57,17 @@ The example files located in `graphql/TheSpaceDevs/` include:
5757## Step 2: Run the MCP Server
5858
59591 . From the root directory of your local repo, run ` rover dev ` to start a local graph with an MCP Server:
60-
61- ``` yaml title="Config file"
62- operations :
63- source : local
64- paths :
65- - ./graphql/TheSpaceDevs/operations
66- ` ` `
67-
6860 ``` sh showLineNumbers=false
6961 rover dev --supergraph-config ./graphql/TheSpaceDevs/supergraph.yaml \
70- --mcp <path to the preceding config>
62+ --mcp ./graphql/TheSpaceDevs/ config.yaml
7163 ```
7264
7365 This command:
7466 - Starts a local graph using the supergraph configuration
7567 - Starts an MCP Server with the ` --mcp ` flag
76- - Exposes the specified operations as MCP tools
68+ - Provides a configuration file with MCP Server options
69+
70+ See the [ command reference] ( /apollo-mcp-server/command-reference#config-options ) for a list of available configuration options.
7771
78722 . Start MCP Inspector to verify the server is running:
7973
You can’t perform that action at this time.
0 commit comments