@elisym/mcp 0.1.1 → 0.1.2
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 +7 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -30,7 +30,13 @@ npx @elisym/mcp
|
|
|
30
30
|
### Docker
|
|
31
31
|
|
|
32
32
|
```bash
|
|
33
|
-
|
|
33
|
+
# Ephemeral agent (new identity each run)
|
|
34
|
+
docker run --rm -i ghcr.io/elisymlabs/mcp
|
|
35
|
+
|
|
36
|
+
# Persistent identity
|
|
37
|
+
docker run --rm -i \
|
|
38
|
+
-e ELISYM_NOSTR_SECRET="nsec1..." \
|
|
39
|
+
ghcr.io/elisymlabs/mcp
|
|
34
40
|
```
|
|
35
41
|
|
|
36
42
|
## Environment Variables
|