@elvatis_com/elvatis-mcp 1.0.4 → 1.0.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/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -503,12 +503,12 @@ On Windows, elvatis-mcp automatically resolves the SSH binary to `C:\Windows\Sys
503
503
 
504
504
  ## `/mcp-help` Slash Command
505
505
 
506
- In Claude Code, the `/project:mcp-help` slash command shows the full 34-tool routing guide as formatted output:
506
+ In Claude Code, the `/mcp-help` slash command shows the full 34-tool routing guide as formatted output:
507
507
 
508
508
  ```
509
- /project:mcp-help # full guide
510
- /project:mcp-help openclaw_status # help for a specific tool
511
- /project:mcp-help analyze this trading strategy for risk # routing recommendation
509
+ /mcp-help # full guide
510
+ /mcp-help openclaw_status # help for a specific tool
511
+ /mcp-help analyze this trading strategy for risk # routing recommendation
512
512
  ```
513
513
 
514
514
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elvatis_com/elvatis-mcp",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "MCP server for OpenClaw — expose smart home, memory, cron, and more to Claude Desktop, Cursor, Windsurf, and any MCP client",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",