Skip to content

Commit ffbcf92

Browse files
authored
docs: improve quickstart rover dev command text (#224)
* docs: attempting to improve quickstart rover dev command text * chore: fixing typo in command
1 parent b750551 commit ffbcf92

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

docs/source/quickstart.mdx

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,23 +57,17 @@ The example files located in `graphql/TheSpaceDevs/` include:
5757
## Step 2: Run the MCP Server
5858

5959
1. 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

7872
2. Start MCP Inspector to verify the server is running:
7973

0 commit comments

Comments
 (0)