@wonderwhy-er/desktop-commander 0.1.15 → 0.1.16

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/setup.log +6 -0
  2. package/package.json +3 -2
package/dist/setup.log CHANGED
@@ -24,3 +24,9 @@ To use the servers:
24
24
  To use the servers:
25
25
  1. Restart Claude if it's currently running
26
26
  2. The servers will be available in Claude's MCP server list
27
+ 2025-01-09T14:16:00.862Z - Successfully added MCP servers to Claude configuration!
28
+ 2025-01-09T14:16:00.864Z - Configuration location: /Users/eduardruzga/Library/Application Support/Claude/claude_desktop_config.json
29
+ 2025-01-09T14:16:00.864Z -
30
+ To use the servers:
31
+ 1. Restart Claude if it's currently running
32
+ 2. The servers will be available in Claude's MCP server list
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wonderwhy-er/desktop-commander",
3
- "version": "0.1.15",
3
+ "version": "0.1.16",
4
4
  "description": "MCP server for terminal operations and file editing",
5
5
  "license": "MIT",
6
6
  "author": "Eduards Ruzga",
@@ -8,7 +8,8 @@
8
8
  "bugs": "https://github.com/wonderwhy-er/ClaudeComputerCommander/issues",
9
9
  "type": "module",
10
10
  "bin": {
11
- "mcp-desktop-commander": "dist/index.js"
11
+ "desktop-commander": "dist/index.js",
12
+ "setup": "dist/setup-claude-server.js"
12
13
  },
13
14
  "files": [
14
15
  "dist"