Skip to main content
Glama

Code Review MCP

by shadabbi

tests.run_playwright

Execute Playwright tests directly in the Code Review MCP server to validate functionality, integrate with GitHub PR reviews, and ensure code quality through automated testing workflows.

Instructions

Run Playwright tests

Input Schema

NameRequiredDescriptionDefault
fullNo
grepNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "full": { "type": "boolean" }, "grep": { "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/shadabbi/code-review-mcp'

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