mirror of
https://gitlab.com/soapbox-pub/mkstack.git
synced 2025-08-26 20:49:22 +00:00
17 lines
317 B
JSON
17 lines
317 B
JSON
{
|
|
"model": "claude-sonnet-4",
|
|
"temperature": 0.2,
|
|
"mcpServers": {
|
|
"js-dev": {
|
|
"type": "stdio",
|
|
"command": "npx",
|
|
"args": ["-y", "@soapbox.pub/js-dev-mcp@latest"]
|
|
},
|
|
"nostr": {
|
|
"type": "stdio",
|
|
"command": "npx",
|
|
"args": ["-y", "@nostrbook/mcp@latest"]
|
|
}
|
|
}
|
|
}
|