@brutalist/mcp 0.1.0 → 0.1.3

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 +12 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -27,11 +27,20 @@ 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 brutalistnpx -y @brutalist/mcp
30
+ # VS Code/Cline one-liner
31
+ code --add-mcp '{"name":"brutalist","command":"npx","args":["-y","@brutalist/mcp"],"env":{"OPENROUTER_API_KEY":"YOUR_KEY"}}'
32
+
33
+ # Claude Code
34
+ claude mcp add brutalist --scope user -e OPENROUTER_API_KEY=YOUR_KEY -- npx -y @brutalist/mcp
35
+
36
+ # Gemini CLI
37
+ gemini mcp add brutalist -e OPENROUTER_API_KEY=YOUR_KEY -- npx -y @brutalist/mcp
38
+
39
+ # Cursor: Add to ~/.cursor/mcp.json or use Settings > MCP & Integrations
40
+ # Windsurf: Add to ~/.codeium/windsurf/mcp_config.json or use Plugin Store
32
41
  ```
33
42
 
34
- **Environment**: Export `OPENROUTER_API_KEY=your_key_here`
43
+ **Get key**: https://openrouter.ai/keys
35
44
  **Models**: 325+ models dynamically fetched from OpenRouter. Always current.
36
45
 
37
46
  ## 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.3",
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",