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 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 @rahman-resources/mcp
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", "@rahman-resources/mcp"]
530
+ "args": ["-y", "rahman-resources-mcp"]
531
531
  }
532
532
  }
533
533
  }`)}
package/lib/manifest.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 2,
3
- "generatedAt": "2026-05-06T09:30:28.726Z",
3
+ "generatedAt": "2026-05-06T09:34:49.775Z",
4
4
  "repo": "rahmanef63/resource-site",
5
5
  "branch": "main",
6
6
  "layouts": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rahman-resources",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "Scaffolder + installer for Rahman Resources kitab — npx rahman-resources init <app>; add <template>; list; info",
5
5
  "type": "module",
6
6
  "license": "MIT",