@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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kolbo/mcp",
3
- "version": "1.17.1",
3
+ "version": "1.17.2",
4
4
  "description": "Kolbo AI MCP Server - Generate images, videos, music, speech, and sound effects from Claude Code",
5
5
  "main": "src/index.js",
6
6
  "bin": {