@greynewell/mcpbr-claude-plugin 0.3.18 → 0.3.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,12 +1,14 @@
1
- # @greynewell/mcpbr-claude-plugin
1
+ # mcpbr-claude-plugin
2
2
 
3
3
  > Claude Code plugin for mcpbr - Makes Claude an expert at running MCP benchmarks
4
4
 
5
- [![npm version](https://badge.fury.io/js/%40greynewell%2Fmcpbr-claude-plugin.svg)](https://www.npmjs.com/package/@greynewell/mcpbr-claude-plugin)
5
+ [![npm version](https://badge.fury.io/js/mcpbr-claude-plugin.svg)](https://www.npmjs.com/package/mcpbr-claude-plugin)
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7
7
 
8
8
  This Claude Code plugin provides specialized skills that make Claude an expert at using [mcpbr](https://github.com/greynewell/mcpbr) for MCP server benchmarking.
9
9
 
10
+ > **Note**: This package is also available as `@greynewell/mcpbr-claude-plugin` for those who prefer scoped package names.
11
+
10
12
  ## What is mcpbr?
11
13
 
12
14
  **Model Context Protocol Benchmark Runner** - Benchmark your MCP server against real GitHub issues. Get hard numbers comparing tool-assisted vs. baseline agent performance.
@@ -24,7 +26,7 @@ cd mcpbr
24
26
  ### Option 2: Install via npm
25
27
 
26
28
  ```bash
27
- npm install -g @greynewell/mcpbr-claude-plugin
29
+ npm install -g mcpbr-claude-plugin
28
30
  ```
29
31
 
30
32
  ### Option 3: Claude Code Plugin Manager
@@ -97,7 +99,7 @@ pytest tests/test_claude_plugin.py -v
97
99
  ## Related Packages
98
100
 
99
101
  - [`mcpbr`](https://pypi.org/project/mcpbr/) - Python package (core implementation)
100
- - [`@greynewell/mcpbr`](https://www.npmjs.com/package/@greynewell/mcpbr) - npm CLI wrapper
102
+ - [`mcpbr-cli`](https://www.npmjs.com/package/mcpbr-cli) - npm CLI wrapper (also available as `@greynewell/mcpbr`)
101
103
 
102
104
  ## Documentation
103
105
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@greynewell/mcpbr-claude-plugin",
3
- "version": "0.3.18",
3
+ "version": "0.3.20",
4
4
  "description": "Claude Code plugin for mcpbr - Expert benchmark runner for MCP servers with specialized skills",
5
5
  "keywords": [
6
6
  "claude-code",
package/plugin.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcpbr",
3
- "version": "0.3.18",
3
+ "version": "0.3.20",
4
4
  "description": "Expert benchmark runner for MCP servers using mcpbr. Handles Docker checks, config generation, and result parsing.",
5
5
  "schema_version": "1.0"
6
6
  }