File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -248,32 +248,23 @@ See [Define MCP Tools](/apollo-mcp-server/define-tools) for other ways to define
248
248
249
249
## Troubleshooting
250
250
251
- <details >
252
- <summary >Common Issues</summary >
253
-
254
251
** Client doesn't see tools:**
255
252
- Ensure you restarted your MCP client after configuration
256
253
- Verify the Apollo MCP Server is running (` rover dev ` command)
257
254
- Check port numbers match between server and client config
258
255
259
256
** Connection refused errors:**
260
- - Confirm the server is running on the correct port (default: 5050)
257
+ - Confirm the server is running on the correct port
261
258
- Verify firewall settings allow connections to localhost:5050
262
259
- For remote connections, ensure the host is set to ` 0.0.0.0 ` in your config
263
260
264
- ** GraphQL operation errors:**
265
- - Verify your operations files exist in the specified paths
266
- - Check that operation names match your GraphQL schema
267
- - Ensure your GraphQL endpoint is accessible
268
261
269
262
** Authentication issues:**
270
263
- Verify environment variables are properly set
271
264
- Check that your GraphQL endpoint accepts the provided headers
272
- - When using ` rover dev ` you can test your GraphQL endpoint using GraphOS Sandbox at [ http://localhost:4000 ] ( http://localhost:4000 )
273
- </details >
265
+ - When using ` rover dev ` you can test your GraphQL endpoint using Sandbox at [ http://localhost:4000 ] ( http://localhost:4000 )
274
266
275
267
## Step 4: Working with MCP Tools
276
-
277
268
Now that your MCP server is connected, learn how to customize and create tools.
278
269
279
270
### Understanding Tools
You can’t perform that action at this time.
0 commit comments