mkstack/agent.json

17 lines
317 B
JSON
Raw Permalink Normal View History

2025-05-03 16:26:06 -05:00
{
2025-05-29 22:11:40 +02:00
"model": "claude-sonnet-4",
2025-06-26 17:57:28 -05:00
"temperature": 0.2,
2025-05-05 21:15:37 -05:00
"mcpServers": {
2025-05-03 16:26:06 -05:00
"js-dev": {
"type": "stdio",
"command": "npx",
2025-06-14 22:37:43 -05:00
"args": ["-y", "@soapbox.pub/js-dev-mcp@latest"]
2025-05-03 16:26:06 -05:00
},
"nostr": {
"type": "stdio",
"command": "npx",
2025-06-07 13:58:00 -05:00
"args": ["-y", "@nostrbook/mcp@latest"]
2025-05-03 16:26:06 -05:00
}
}
}