You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: add-mcp/MCP_README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ All through natural conversation, using your existing GraphQL API.
21
21
Your MCP server details:
22
22
```
23
23
Server name: {{PROJECT_NAME}}
24
-
MCP endpoint: http://127.0.0.1:5050/mcp
24
+
MCP endpoint: http://127.0.0.1:8000/mcp
25
25
```
26
26
27
27
For Claude Desktop setup instructions:
@@ -48,7 +48,7 @@ set -a && source .env && set +a && rover dev --supergraph-config supergraph.yaml
48
48
49
49
# This starts:
50
50
# → GraphQL API: http://localhost:4000
51
-
# → MCP Server: http://localhost:5050
51
+
# → MCP Server: http://localhost:8000
52
52
```
53
53
54
54
**Done!** In Claude Desktop, look for your MCP server named `{{PROJECT_NAME}}` in the available tools. Your GraphQL API is now accessible to your AI assistant!
@@ -84,13 +84,13 @@ If you prefer to run just the MCP server separately (without rover dev):
-**AI client not connecting?** Ensure you've followed the setup instructions from `rover docs open mcp-qs` and restarted your AI client completely.
126
-
-**Port conflicts?** Rover dev uses ports 4000 (GraphQL) and 5050 (MCP). Check nothing else is using these ports.
126
+
-**Port conflicts?** Rover dev uses ports 4000 (GraphQL) and 8000 (MCP). Check nothing else is using these ports.
127
127
-**Environment variables not loading?** Make sure you're using `set -a && source .env && set +a` to properly export variables before running `rover dev`.
128
128
-**Need more help with MCP server and tools?** Visit our [Apollo MCP server troubleshooting guide](https://www.apollographql.com/docs/apollo-mcp-server/quickstart#troubleshooting).
0 commit comments