@greynewell/mcpbr-claude-plugin 0.3.19 → 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 +1 -1
- package/package.json +1 -1
- package/plugin.json +1 -1
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