mcpjungle/MCPJungle

Add structured logging in mcpjungle server

オープン

#34 opened on 2025/07/30

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)Go (146 件のフォーク)auto 404
enhancementgood first issue

Repository metrics

Stars
 (1,162 個のスター)
PR merge metrics
 (平均マージ 3d 23h) (30d で 1 merged PR)

説明

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.

コントリビューターガイド