|
|
|
|
|
by sminchev
36 days ago
|
|
I am working on two things in parallel.
https://howareu.app/ is the first one. Of course, struggling with the making it publicly known and trusted. ;) And the other thing I just started is a MCP server that will connect to Java remote debugging entry point. This way I will try to allow Claude to start debugging session by its own. And I hope that in pure back-end logics, it will easily trace and fix bugs. I now do it with log messages, but it is kind of annoying and dirty and error-prone to do it that way. I would like to try an approach that does not mess up the code so much. Let's see how it will go :) |
|