mcpjungle/MCPJungle

`/metrics` endpoint should only be accessible by admin in production mode

Open

#92 opened on Sep 9, 2025

 (2 comments) (0 reactions) (0 assignees)Go (146 forks)auto 404
good first issuesecurity

Repository metrics

Stars
 (1,162 stars)
PR merge metrics
 (Avg merge 3d 23h) (1 merged PR in 30d)

Description

What it says in the title should be pretty simple - you just have to add the requireAdminAccess() middleware in the /metrics route, before the prometheus middleware

Contributor guide