Skip to content

Commit 712d71b

Browse files
Update mcp-server.md
1 parent e4bcce7 commit 712d71b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/marketplace/genai/reference-guide/mcp-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ The **Documentation** pane displays the documentation for the currently selected
107107

108108
There are several possible reasons why the client cannot connect to your server. Check the logs of the MCP host application for the hint about what might be going wrong. Additionally, if the issue occurs on the Mendix side, the MCP Server module will log relevant errors.
109109

110-
The error `Fatal error: SseError: SSE error: Could not convert argument of type symbol to string.` may indicate that you need to install or uninstall [Node.js](https://nodejs.org/en). After that, you may also need to clear your NPX cache by running the following command in a CLI (for example, PowerShell):
110+
The error `Fatal error: SseError: SSE error: Could not convert argument of type symbol to string.` may indicate that you need to install or reinstall [Node.js](https://nodejs.org/en). After that, you may also need to clear your NPX cache by running the following command in a CLI (for example, PowerShell):
111111

112112
```text
113113
Remove-Item -Path "$env:LocalAppData\npm-cache\_npx" -Recurse -Force

0 commit comments

Comments
 (0)