This commit is contained in:
Alex Gleason 2025-04-21 13:47:22 -05:00
parent 282d6f4d4e
commit f5cbf3bcd1
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
"nostr": { "nostr": {
"type": "stdio", "type": "stdio",
"command": "npx", "command": "npx",
"args": ["xjsr", "@nostrbook/mcp"] "args": ["-y", "xjsr", "@nostrbook/mcp"]
} }
} }
} }

2
.vscode/mcp.json vendored
View File

@ -3,7 +3,7 @@
"nostr": { "nostr": {
"type": "stdio", "type": "stdio",
"command": "npx", "command": "npx",
"args": ["xjsr", "@nostrbook/mcp"] "args": ["-y", "xjsr", "@nostrbook/mcp"]
} }
} }
} }