@greynewell/mcpbr-claude-plugin 0.7.0 → 0.8.0

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
@@ -103,12 +103,12 @@ pytest tests/test_claude_plugin.py -v
103
103
 
104
104
  ## Documentation
105
105
 
106
- For full documentation, visit: <https://greynewell.github.io/mcpbr/>
106
+ For full documentation, visit: <https://mcpbr.org/>
107
107
 
108
- - [Claude Code Plugin Guide](https://greynewell.github.io/mcpbr/claude-code-plugin/)
109
- - [Installation Guide](https://greynewell.github.io/mcpbr/installation/)
110
- - [Configuration Reference](https://greynewell.github.io/mcpbr/configuration/)
111
- - [CLI Reference](https://greynewell.github.io/mcpbr/cli/)
108
+ - [Claude Code Plugin Guide](https://mcpbr.org/claude-code-plugin/)
109
+ - [Installation Guide](https://mcpbr.org/installation/)
110
+ - [Configuration Reference](https://mcpbr.org/configuration/)
111
+ - [CLI Reference](https://mcpbr.org/cli/)
112
112
 
113
113
  ## License
114
114
 
@@ -120,7 +120,7 @@ Contributions welcome! See [CONTRIBUTING.md](../CONTRIBUTING.md) for guidelines.
120
120
 
121
121
  ## Support
122
122
 
123
- - **Documentation**: <https://greynewell.github.io/mcpbr/>
123
+ - **Documentation**: <https://mcpbr.org/>
124
124
  - **Issues**: <https://github.com/greynewell/mcpbr/issues>
125
125
  - **Discussions**: <https://github.com/greynewell/mcpbr/discussions>
126
126
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@greynewell/mcpbr-claude-plugin",
3
- "version": "0.7.0",
3
+ "version": "0.8.0",
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.7.0",
3
+ "version": "0.8.0",
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
  }