@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 +6 -6
- package/package.json +1 -1
- package/plugin.json +1 -1
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://
|
|
106
|
+
For full documentation, visit: <https://mcpbr.org/>
|
|
107
107
|
|
|
108
|
-
- [Claude Code Plugin Guide](https://
|
|
109
|
-
- [Installation Guide](https://
|
|
110
|
-
- [Configuration Reference](https://
|
|
111
|
-
- [CLI Reference](https://
|
|
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://
|
|
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