@elisym/mcp 0.1.1 → 0.1.3

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 +7 -1
  2. 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
- docker run --rm -e ELISYM_NOSTR_SECRET=<your-nsec> ghcr.io/elisymlabs/mcp
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elisym/mcp",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "MCP server for elisym - AI agent discovery, jobs, messaging, and payments",
5
5
  "keywords": [
6
6
  "ai-agents",