Switch to Nostrbook MCP from npm

This commit is contained in:
Alex Gleason 2025-06-07 13:58:00 -05:00
parent 7a7d91dbed
commit 1b74dc38fd
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

View File

@ -9,7 +9,7 @@
"nostr": {
"type": "stdio",
"command": "npx",
"args": ["-y", "deno", "run", "-A", "jsr:@nostrbook/mcp"]
"args": ["-y", "@nostrbook/mcp@latest"]
}
}
}