mirror of
https://github.com/layer-systems/website.git
synced 2026-09-13 14:14:07 +02:00
14 lines
183 B
TOML
14 lines
183 B
TOML
[mcp_servers.js-dev]
|
|
args = [
|
|
"-y",
|
|
"@soapbox.pub/js-dev-mcp@latest",
|
|
]
|
|
command = "npx"
|
|
|
|
[mcp_servers.nostr]
|
|
args = [
|
|
"-y",
|
|
"@nostrbook/mcp@latest",
|
|
]
|
|
command = "npx"
|