@greynewell/mcpbr-claude-plugin 0.3.19 → 0.3.21

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
@@ -99,7 +99,7 @@ pytest tests/test_claude_plugin.py -v
99
99
  ## Related Packages
100
100
 
101
101
  - [`mcpbr`](https://pypi.org/project/mcpbr/) - Python package (core implementation)
102
- - [`mcpbr`](https://www.npmjs.com/package/mcpbr) - npm CLI wrapper (also available as `@greynewell/mcpbr`)
102
+ - [`mcpbr-cli`](https://www.npmjs.com/package/mcpbr-cli) - npm CLI wrapper (also available as `@greynewell/mcpbr`)
103
103
 
104
104
  ## Documentation
105
105
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@greynewell/mcpbr-claude-plugin",
3
- "version": "0.3.19",
3
+ "version": "0.3.21",
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.19",
3
+ "version": "0.3.21",
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
  }