From 1b74dc38fdf91d068e0a18c84ba64d6ce61d1298 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sat, 7 Jun 2025 13:58:00 -0500 Subject: [PATCH] Switch to Nostrbook MCP from npm --- agent.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent.json b/agent.json index a74a6a2..def3be0 100644 --- a/agent.json +++ b/agent.json @@ -9,7 +9,7 @@ "nostr": { "type": "stdio", "command": "npx", - "args": ["-y", "deno", "run", "-A", "jsr:@nostrbook/mcp"] + "args": ["-y", "@nostrbook/mcp@latest"] } } }