Markus Pfundstein
Markus Pfundstein
Hey guys, I had to compile the library for windows and found two problems. First mingw must link to libgcc.a as otherwise the linker can't resolve two symbols. I added...
Hi Prince, awesome REPL! Thanks for the job. I wonder if it is possible to implement a feature so that we can redclare const variables or classes. Right now this...
Hi everyone, I am trying to configure Keyrock to act as an AR. However I have some trouble getting the config right. The docs are not really helpful. Assume the...
Hi, when running `npm run-script migrate_db` and dialect postgres, the script will fail on `20210603073911-hashed-access-tokens`. I fixed it by applying the following change: ``` diff --git a/migrations/20210603073911-hashed-access-tokens.js b/migrations/20210603073911-hashed-access-tokens.js index 33fbbaef..3e862d3b...
### Description
**Describe the bug** Sometimes, I see a stacktrace printed in the logs of my mcp server. Claude eventually succeeds to response but I think its good to investigate it. **To...
**Describe the bug** When registered a resource_template with the python sdk (mcp==1.1.0), the server runs but no resources can be selected in the UI. **To Reproduce** Steps to reproduce the...