mcpjungle/MCPJungle

Add structured logging in mcpjungle server

Open

#34 opened on Jul 30, 2025

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Go (146 forks)auto 404
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.

Contributor guide