@wonderwhy-er/desktop-commander 0.1.3 → 0.1.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.
- package/README.md +14 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -23,7 +23,7 @@ This server that allows Claude desktop app to execute long-running terminal comm
|
|
|
23
23
|
- Pattern-based replacements
|
|
24
24
|
|
|
25
25
|
## Installation
|
|
26
|
-
First, ensure you've downloaded and installed the [Claude Desktop](https://claude.ai/download
|
|
26
|
+
First, ensure you've downloaded and installed the [Claude Desktop app](https://claude.ai/download) and you have [npm installed](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm).
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
### Option 1: Install from npx
|
|
@@ -120,6 +120,19 @@ This project extends the MCP Filesystem Server to enable:
|
|
|
120
120
|
|
|
121
121
|
Created as part of exploring Claude MCPs: https://youtube.com/live/TlbjFDbl5Us
|
|
122
122
|
|
|
123
|
+
## Contributing
|
|
124
|
+
|
|
125
|
+
If you find this project useful, please consider giving it a ⭐ star on GitHub! This helps others discover the project and encourages further development.
|
|
126
|
+
|
|
127
|
+
We welcome contributions from the community! Whether you've found a bug, have a feature request, or want to contribute code, here's how you can help:
|
|
128
|
+
|
|
129
|
+
- **Found a bug?** Open an issue at [github.com/wonderwhy-er/ClaudeComputerCommander/issues](https://github.com/wonderwhy-er/ClaudeComputerCommander/issues)
|
|
130
|
+
- **Have a feature idea?** Submit a feature request in the issues section
|
|
131
|
+
- **Want to contribute code?** Fork the repository, create a branch, and submit a pull request
|
|
132
|
+
- **Questions or discussions?** Start a discussion in the GitHub Discussions tab
|
|
133
|
+
|
|
134
|
+
All contributions, big or small, are greatly appreciated!
|
|
135
|
+
|
|
123
136
|
## License
|
|
124
137
|
|
|
125
138
|
MIT
|