Update mcp servers

This commit is contained in:
Alex Gleason 2025-08-18 21:55:35 -05:00
parent a862d30e8e
commit df80653a83
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
2 changed files with 12 additions and 2 deletions

View File

@ -1,9 +1,14 @@
{
"mcpServers": {
"js-dev": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@soapbox.pub/js-dev-mcp@latest"]
},
"nostr": {
"type": "stdio",
"command": "npx",
"args": ["-y", "xjsr", "@nostrbook/mcp"]
"args": ["-y", "@nostrbook/mcp@latest"]
}
}
}

7
.vscode/mcp.json vendored
View File

@ -1,9 +1,14 @@
{
"servers": {
"js-dev": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@soapbox.pub/js-dev-mcp@latest"]
},
"nostr": {
"type": "stdio",
"command": "npx",
"args": ["-y", "xjsr", "@nostrbook/mcp"]
"args": ["-y", "@nostrbook/mcp@latest"]
}
}
}