Replies: 2 comments 2 replies
-
I've experienced this developing my server. In my case I publish an NPM package, then was expecting the next time I open Claude that it'd detect there are new tools, but it doesn't appear to do so, nor does Cline which I've also been testing on. On the Tools MCP documentation I don't see anything about subscribing or publishing so I'm unclear how this happens in practice. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Pre-submission Checklist
Question Category
Your Question
Describe the bug
When I use npx based servers with my npm package, I have MONGODB_URI env configuration in claude config,
The data that was placed and sampled by Claude Desktop in the initial interaction with "@pash1986/mcp-server-mongodb" npm remains constatn.
I replace the value to another MONGODB_URI instance... But it still goes into the first one I ever connected. What odd is after my Mac is getting restarted it still goes to the first ever specified MongoDB URI...
Is that expected in any way... I don't even know where to debug the clear and reload of env variables within the Claude Desktop processes....
An important note is that if new collections are added to original URI database , claude will read them.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Changing the environment vars will result in Claude Desktop working against the current instance.
Logs
If applicable, add logs to help explain your problem.
Additional context
Add any other context about the problem here.
Beta Was this translation helpful? Give feedback.
All reactions