From 0a639622cb2b39fc07eb9d0e5b0adeb7e81f98d5 Mon Sep 17 00:00:00 2001 From: Ruben Dinis Date: Fri, 26 Jun 2026 10:37:51 +0100 Subject: [PATCH] docs: restore the Glama badge and add npm/CI/license badges to the README hero MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bring back the Glama score badge alongside npm version, CI status, and Apache-2.0 license badges. Keep every badge on a single physical line so the row renders inline on both the GitHub repo page and the Marketplace listing for the polygraph-mcp-gate action — the Marketplace renderer turns each markdown line into its own block, so a multi-line badge list would stack vertically and break the listing. Co-Authored-By: Claude Opus 4.8 (1M context) Claude-Session: https://claude.ai/code/session_01TZcTQCDwyFqdh59fPWDJAr --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index df283df..b0faf48 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,10 @@ **The open behavioral litmus harness for MCP servers — grade A–F, reproducible.** -[![graded by polygraph](https://polygraph.so/api/badge?server=npm/@polygraphso/litmus)](https://polygraph.so/mcp/npm/@polygraphso/litmus) + +[![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) ## Gate your CI on MCP grades — GitHub Action