ultraextramoregeniusthinking
by SovranAMR
README.md
# Ultra Extra More Genius Thinking
MCP server — doğal dille mod seç, kaliteli cevap al.
## Kullanım (tek cümle)
Chat'e yaz, hepsi bu:
```
düşünme modu mcp easy de düşün: React'te custom hook nasıl yazılır?
```
```
düşünme modu mcp medium de düşün: bu kodu incele ve iyileştir
```
```
düşünme modu mcp more de düşün: mikroservis mimarisi mi monolith mi?
```
```
düşünme modu mcp max de düşün: ödeme sistemini yeniden tasarla
```
Agent modu otomatik algılar, pass pass iyileştirir, sana **sadece final cevabı** verir.
## Modlar
| Mod | Pass | Execution |
|-----|------|-----------|
| easy | 3 | think → read → write |
| medium | 5 | think → read → read → **write** → verify |
| more | 7 | medium + write → verify |
| max | 10 | çoklu read/write/verify |
MCP dosya okumaz/yazmaz. Agent Read/Write/Shell kullanır.
Kısa alternatifler de çalışır: `medium de düşün`, `max thinking`, `mcp easy de düşün`
## Kurulum
```bash
npm install && npm run build
```
`.cursor/mcp.json`:
```json
{
"mcpServers": {
"ultra-thinking": {
"command": "node",
"args": ["/ABSOLUTE/PATH/to/ultraextramoregeniusthinking/dist/server.js"]
}
}
}
```
## Lisans
MIT
TDQS
B3.3/5.0
Scored across 2 tools
Disambiguation5/5
Each tool serves a distinct phase: think initiates the thinking process with different modes, while think_next handles continuation or finalization. There is no functional overlap between them.
Naming Consistency5/5
Both tools share the 'think' prefix, with 'think_next' clearly indicating the subsequent step. This follows a consistent and predictable naming pattern.
Tool Count5/5
With only two tools, the set is minimal but well-scoped for a straightforward thinking workflow. Each tool serves a necessary and distinct role without being excessive or insufficient.
Completeness4/5
The basic lifecycle of initiating and continuing thinking is covered. A minor gap exists, such as missing tools for cancellation or state inspection, but the core workflow is functional.
Maintenance
ActivityInactive
ResponsivenessNo issues