Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/commands/dev.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ rover dev \
This starts and serves your graph and MCP server as two local endpoints:

- GraphQL API: `http://localhost:4000`
- MCP Server: `http://localhost:5000`
- MCP Server: `http://localhost:8000`

To provide your graph credentials, you can define the `APOLLO_KEY` and `APOLLO_GRAPH_REF` in the terminal as environment variables, or set a source `.env` file.

Expand Down