Remove agent.json

This commit is contained in:
Alex Gleason 2025-08-31 20:33:12 -05:00
parent 480d5905d7
commit c0f822a4f4
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

View File

@ -1,16 +0,0 @@
{
"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"]
}
}
}