Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,4 +10,10 @@ tags:
|
|
| 10 |
- mcp
|
| 11 |
- agent
|
| 12 |
- chess
|
| 13 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
- mcp
|
| 11 |
- agent
|
| 12 |
- chess
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
### 🛠️ MCP Tools Used:
|
| 16 |
+
1. **Stockfish 16 Engine**: For depth calculation and optimal move generation (UCI Protocol).
|
| 17 |
+
2. **Lichess Opening Database**: For recognizing 2M+ opening variations (TSV Lookup).
|
| 18 |
+
3. **Tactical Analyzer**: Custom Python tool for semantic detection of pins, checks, and material imbalance.
|
| 19 |
+
4. **OpenAI TTS-1**: For real-time voice synthesis.
|