mcpjungle/MCPJungle

Add structured logging in mcpjungle server

Aperta

#34 aperta il 30 lug 2025

 (2 commenti) (0 reazioni) (0 assegnatari)Go (146 fork)auto 404
enhancementgood first issue

Metriche repository

Star
 (1162 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor