Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
lupa_run_testsA

Run Lupa tests and return structured JSON results. Use this to identify failing tests.

lupa_list_testsB

List all available test files, suites, and tests without running them. Optionally filter the list.

lupa_list_test_filesA

List test files resolved by Lupa config without running tests or starting Vite/Playwright.

lupa_initA

Initializes lupa testing framework in a project with default scaffolding, avoiding interactive prompts. MUST be used INSTEAD of running npx lupa init via terminal to ensure non-interactive execution and correct default arguments.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 4 tools

Disambiguation5/5

Each tool serves a distinct purpose: initialization, listing test files, listing individual tests, and running tests. There is no overlap or ambiguity in their functions.

Naming Consistency5/5

All tools follow a consistent 'lupa_verb_noun' pattern using snake_case, making the naming predictable and easy to understand.

Tool Count5/5

Four tools is appropriate for a focused testing framework, covering initialization, listing, and execution without unnecessary overhead.

Completeness4/5

The tool set covers the core testing workflow (init, list, run). Missing features like test filtering within run tests or configuration updates are minor gaps.

Maintenance

ActivityInactive
ResponsivenessNo issues