Skip to main content
Glama

Reviewer MCP

by jaggederest

run_tests

Execute standardized tests for a project, optionally with coverage by omitting the test file pattern. Integrated into the Reviewer MCP server for AI-enhanced development workflows.

Instructions

Run standardized tests for the project (with coverage when no pattern specified)

Input Schema

NameRequiredDescriptionDefault
patternNoTest file pattern to match (runs coverage mode if omitted)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "pattern": { "description": "Test file pattern to match (runs coverage mode if omitted)", "type": "string" } }, "type": "object" }
Install Server

Other Tools from Reviewer MCP

Related Tools

    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/jaggederest/mcp_reviewer'

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