-
|
I am experiencing two issues with MCP support via the Windows Application: Issue 1: MCP Connection IssueCurrent Behavior:
Troubleshooting Steps Attempted:
Logs: Issue 2: Settings Not LoadedSteps to Reproduce:
Expected Behavior: Configuration changes should be detected and loaded on normal application restart Environment Details: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
|
Found the work around about using a global node install and then |
Beta Was this translation helpful? Give feedback.
-
|
Do you mean running
from the command line and then using in claude_desktop_config.json? It didn't work for me but maybe I'm doing something wrong. (node.js newbie here 🙋) |
Beta Was this translation helpful? Give feedback.
-
|
Sorry, this is the same issue as modelcontextprotocol/servers#40. We're working on a fix. 🙏 |
Beta Was this translation helpful? Give feedback.
Found the work around about using a global node install and then
nodeinstead ofnpx -y. It did the trick.