rahman-resources 0.4.1 → 0.4.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/bin/cli.js +2 -2
- package/lib/manifest.json +1 -1
- package/package.json +1 -1
package/bin/cli.js
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
// npx rahman-resources list [layouts|recipes|features|skills]
|
|
8
8
|
// npx rahman-resources info <slug>
|
|
9
9
|
// npx rahman-resources doctor
|
|
10
|
-
// npx rahman-resources mcp # not implemented in CLI; install
|
|
10
|
+
// npx rahman-resources mcp # not implemented in CLI; install rahman-resources-mcp
|
|
11
11
|
|
|
12
12
|
import { createRequire } from "node:module";
|
|
13
13
|
import { spawn } from "node:child_process";
|
|
@@ -527,7 +527,7 @@ ${kleur.cyan(`{
|
|
|
527
527
|
"mcpServers": {
|
|
528
528
|
"rahman-resources": {
|
|
529
529
|
"command": "npx",
|
|
530
|
-
"args": ["-y", "
|
|
530
|
+
"args": ["-y", "rahman-resources-mcp"]
|
|
531
531
|
}
|
|
532
532
|
}
|
|
533
533
|
}`)}
|
package/lib/manifest.json
CHANGED
package/package.json
CHANGED