diff --git a/agent.json b/agent.json deleted file mode 100644 index de65194..0000000 --- a/agent.json +++ /dev/null @@ -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"] - } - } -}