From bb4168bd7a50fe3c58dc2ba345edc1b93fb527c3 Mon Sep 17 00:00:00 2001 From: Ruben Dinis Date: Fri, 26 Jun 2026 10:53:30 +0100 Subject: [PATCH] docs: lay the README badges out in a one-row table so they stay on one line The Marketplace listing for the polygraph-mcp-gate action renders the repo README under a stylesheet that sets `img { display: block }`, which stacked the plain inline badge row into a tall vertical column. Table cells lay out horizontally regardless of the image display, so a single-row table keeps all badges on one line on both the repo page and the Marketplace listing. GitHub strips inline styles, so the cells keep their default 1px border. Co-Authored-By: Claude Opus 4.8 (1M context) Claude-Session: https://claude.ai/code/session_01TZcTQCDwyFqdh59fPWDJAr --- README.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8a4dc8f..0bb604a 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,20 @@ **The open behavioral litmus harness for MCP servers — grade A–F, reproducible.** - -[![npm](https://img.shields.io/npm/v/@polygraphso/litmus?style=flat-square&labelColor=0d1117&color=6f42c1)](https://www.npmjs.com/package/@polygraphso/litmus) [![CI](https://img.shields.io/github/actions/workflow/status/polygraphso/litmus/ci.yml?branch=main&style=flat-square&labelColor=0d1117&label=ci)](https://github.com/polygraphso/litmus/actions/workflows/ci.yml) [![license](https://img.shields.io/badge/license-Apache--2.0-555?style=flat-square&labelColor=0d1117)](LICENSE) [![Glama](https://glama.ai/mcp/servers/polygraphso/litmus/badges/score.svg)](https://glama.ai/mcp/servers/polygraphso/litmus) [![graded by polygraph](https://polygraph.so/api/badge?server=npm/@polygraphso/litmus)](https://polygraph.so/mcp/npm/@polygraphso/litmus) + + + + + + + + + +
npmCIlicenseGlamagraded by polygraph
## Gate your CI on MCP grades — GitHub Action