Skip to main content
Glama

React Native MCP Server

by MrNitro360

analyze_test_coverage

Identify test coverage gaps in React Native projects, set custom thresholds, and generate detailed reports to ensure comprehensive testing and code quality.

Instructions

Analyze test coverage and identify gaps

Input Schema

NameRequiredDescriptionDefault
coverage_thresholdNoMinimum coverage threshold percentage
generate_reportNoGenerate detailed coverage report
project_pathNoPath to React Native project root

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "coverage_threshold": { "default": 80, "description": "Minimum coverage threshold percentage", "type": "number" }, "generate_report": { "default": true, "description": "Generate detailed coverage report", "type": "boolean" }, "project_path": { "description": "Path to React Native project root", "type": "string" } }, "type": "object" }

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/MrNitro360/React-Native-MCP'

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