From b69d29d8b556ab76394caa07d331b0e1f89678bf Mon Sep 17 00:00:00 2001 From: CodeGraphTheory Date: Tue, 20 Jan 2026 16:46:34 -0500 Subject: [PATCH] feat: add mcp benchmarking runner to testing tools --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 88e1a50..4e99f36 100644 --- a/readme.md +++ b/readme.md @@ -116,6 +116,7 @@ Inspired by [awesome](https://github.com/sindresorhus/awesome). * [ESLint](https://eslint.org/) - Linting utility for JavaScript and TypeScript. * [Prettier](https://prettier.io/) - Opinionated code formatter. * [SonarQube](https://www.sonarsource.com/products/sonarqube/) - Continuous inspection of code quality. +* [mcpbr](https://github.com/greynewell/mcpbr) - Benchmark runner for evaluating Model Context Protocol (MCP) server performance. ## Docs & Knowledge