@brutalist/mcp 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -27,11 +27,11 @@ roast_debate "Should we use TypeScript or Go for this API?"
27
27
  ## setup
28
28
 
29
29
  ```bash
30
- # One command. Zero configuration.
31
- claude mcp add brutalist npx -y @brutalist/mcp
30
+ # One command. Zero configuration. Replace YOUR_KEY with your OpenRouter API key.
31
+ claude mcp add brutalist -e OPENROUTER_API_KEY=YOUR_KEY -- npx -y @brutalist/mcp
32
32
  ```
33
33
 
34
- **Environment**: Export `OPENROUTER_API_KEY=your_key_here`
34
+ **Get key**: https://openrouter.ai/keys
35
35
  **Models**: 325+ models dynamically fetched from OpenRouter. Always current.
36
36
 
37
37
  ## why
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brutalist/mcp",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "🏢 Brutalist AI feedback engine. All AIs are sycophants. This one demolishes your work before users do. Concrete-hard criticism from multiple models.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",