Skip to main content
Glama
berry-13

verse-diagnostics-mcp

by berry-13

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
UEFN_LOG_PATHNoPath to UnrealEditorFortnite.logAuto-detected (WSL/Windows)
VERSE_PROJECT_ROOTNoFortnite Projects directory (for relative paths in output)Auto-detected

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_verse_diagnosticsA

Get the latest Verse compile diagnostics from UEFN logs.

Parses the UnrealEditorFortnite.log file for VerseBuild errors and warnings, deduplicates them, and returns structured JSON with file paths, line/column locations, error codes, and messages.

Returns: str: JSON object with fields: - ok (bool): True if no errors found - source (str): Always "uefn-log" - error_count (int): Number of errors - warning_count (int): Number of warnings - diagnostics (list): Array of diagnostic objects with: - file, line, column, endLine, endColumn, severity, code, message, timestamp, raw - log_path (str): Path to the log file read - log_exists (bool): Whether the log file was found

get_latest_build_sessionB

Get all VerseBuild log lines from the most recent build session.

Returns the raw VerseBuild output lines (both errors and info) from the latest compile session, useful for understanding the full build context.

Returns: str: JSON with fields: - lines (list[str]): Raw VerseBuild log lines - count (int): Number of lines found - log_exists (bool): Whether the log file was found

check_verse_log_freshnessA

Check when the UEFN log was last modified.

Useful for determining if a build has completed since the last check.

Returns: str: JSON with log_path, exists, modified_at, age_seconds

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/berry-13/verse-diagnostics-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server