Class: McpLogs::DocsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/mcp_logs/docs_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



3
4
5
6
7
# File 'app/controllers/mcp_logs/docs_controller.rb', line 3

def show
  @server = McpLogs.server
  @sections = Docs.sections(@server)
  @counts = Call.tool_counts
end