myoperator-mcp 0.0.3 → 0.0.4
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 +6 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,7 +14,12 @@ npx myoperator-mcp
|
|
|
14
14
|
|
|
15
15
|
### Cursor (One-Click Install)
|
|
16
16
|
|
|
17
|
-
[
|
|
17
|
+
[](cursor://anysphere.cursor-deeplink/mcp/install?name=myoperator&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsIm15b3BlcmF0b3ItbWNwIl19)
|
|
18
|
+
|
|
19
|
+
> **Note:** The button above works when viewing this README locally or in an app that supports `cursor://` links. If it doesn't work, copy this link and paste in your browser:
|
|
20
|
+
> ```
|
|
21
|
+
> cursor://anysphere.cursor-deeplink/mcp/install?name=myoperator&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsIm15b3BlcmF0b3ItbWNwIl19
|
|
22
|
+
> ```
|
|
18
23
|
|
|
19
24
|
Or manually edit `~/.cursor/mcp.json`:
|
|
20
25
|
|
package/package.json
CHANGED