@crmy/cli 0.5.4 → 0.5.5

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/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -96,9 +96,9 @@ function initCommand() {
96
96
  await closePool();
97
97
  console.log("\n \u2713 crmy.ai initialized\n");
98
98
  console.log(" Add to Claude Code:");
99
- console.log(" claude mcp add crmy -- npx crmy mcp\n");
99
+ console.log(" claude mcp add crmy -- npx @crmy/cli mcp\n");
100
100
  console.log(" Or start the server:");
101
- console.log(" npx crmy server\n");
101
+ console.log(" npx @crmy/cli server\n");
102
102
  } catch (err) {
103
103
  console.error("\nSetup failed:", err instanceof Error ? err.message : err);
104
104
  process.exit(1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crmy/cli",
3
- "version": "0.5.4",
3
+ "version": "0.5.5",
4
4
  "description": "CRMy CLI — Local CLI + stdio MCP server",
5
5
  "type": "module",
6
6
  "files": [