BryanBradfo commited on
Commit
c9183de
·
verified ·
1 Parent(s): 590e3aa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
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.