@kolbo/mcp 1.17.1 → 1.17.2
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/README.md
CHANGED
|
@@ -52,7 +52,7 @@ The config above is all you need. If you want one-word slash-commands (`/kolbo:m
|
|
|
52
52
|
```bash
|
|
53
53
|
# Claude Code (also writes the MCP config for you, so you can skip Step 2 above)
|
|
54
54
|
claude plugin marketplace add Zoharvan12/kolbo-skills
|
|
55
|
-
claude plugin install kolbo@kolbo
|
|
55
|
+
claude plugin install kolbo@kolbo-skills
|
|
56
56
|
|
|
57
57
|
# Cursor / Codex / any agent (cross-agent installer)
|
|
58
58
|
npx skills add Zoharvan12/kolbo-skills
|