diff --git a/docs/source/commands/dev.mdx b/docs/source/commands/dev.mdx index 2e2b3c0451..f21d85e406 100644 --- a/docs/source/commands/dev.mdx +++ b/docs/source/commands/dev.mdx @@ -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.