enhancementgood first issue
Repository metrics
- Stars
- (1,162 stars)
- PR merge metrics
- (PR metrics pending)
Description
The server currently only produces request logs generated by gin framework. We'd like to be able to produce structured JSON logs as well. For this, the important part is to create a logger and inject it as a dependency into the mcpjungle server so that all modules inside the server can access it and write logs.
I haven't thought deeply about how to do this technically, so open to ideas.