From 7a5fce4933976b6aaa0f52f5d1d4b5b9edb47348 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sat, 14 Jun 2025 22:36:58 -0500 Subject: [PATCH] Use js-dev-mcp from npm --- agent.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent.json b/agent.json index def3be0..ce9b429 100644 --- a/agent.json +++ b/agent.json @@ -4,7 +4,7 @@ "js-dev": { "type": "stdio", "command": "npx", - "args": ["-y", "deno", "run", "-A", "jsr:@soapbox/js-dev-mcp"] + "args": ["-y", "@soapbox.pub/js-dev-mcp"] }, "nostr": { "type": "stdio",