Skip to main content
Glama
kessenma

repack-logs-mcp

by kessenma

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
REPACK_LOG_FILENoPath to the build log file (can also be set via CLI argument).repack-logs.json
REPACK_MAX_LOGSNoMaximum logs to keep in memory1000
REPACK_RUNTIME_PORTNoHTTP port for runtime log server9090

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_build_logsB

Get recent Re.Pack build logs with optional filtering

get_errorsA

Get only errors and warnings from Re.Pack build logs

clear_logsA

Clear all logs from the in-memory buffer

get_runtime_logsA

Get runtime logs from the React Native app (console.log output)

get_statusA

Get the current status of the log watcher and runtime server

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a clear, distinct purpose: build logs, error/warning filtering, runtime logs, clearing, and status. The overlap between get_build_logs and get_errors is explicitly resolved by the description, so no ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_snake_case pattern. Retrieval operations all start with 'get_', and the clear action uses 'clear_', which is predictable and readable.

Tool Count5/5

Five tools is a well-scoped count for a log viewer server, covering the essential operations without unnecessary bloat. Each tool serves a clear purpose in the log lifecycle.

Completeness5/5

The server covers the core workflows of retrieving build logs, retrieving runtime logs, viewing only errors/warnings, clearing logs, and checking status. No major gaps are apparent for the stated purpose of managing Re.Pack logs.

Maintenance

ActivityInactive
ResponsivenessNo issues