@gotza02/sequential-thinking 10000.1.9 → 10000.2.0
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.
- package/CLAUDE.md +16 -0
- package/dist/.gemini_graph_cache.json +1641 -0
- package/package.json +1 -1
package/CLAUDE.md
CHANGED
|
@@ -213,3 +213,19 @@ For code changes:
|
|
|
213
213
|
Tool failure → Log error → Try alternative → If stuck, ask_human
|
|
214
214
|
API limit → Switch provider → Use cache → If exhausted, inform user
|
|
215
215
|
Path error → Validate_path → Check permissions → If persists, ask_human
|
|
216
|
+
|
|
217
|
+
---
|
|
218
|
+
|
|
219
|
+
## MCP Configuration
|
|
220
|
+
|
|
221
|
+
**Version:** `@gotza02/sequential-thinking@10000.1.9`
|
|
222
|
+
|
|
223
|
+
**Claude Code Setup:** See `~/.claude/SEQUENTIAL_THINKING_MCP.md`
|
|
224
|
+
|
|
225
|
+
**Gemini CLI Setup:** See `~/.gemini/GEMINI_MCP_SETUP.md`
|
|
226
|
+
|
|
227
|
+
**Environment Variables Required:**
|
|
228
|
+
- `BRAVE_API_KEY`, `EXA_API_KEY` - Web search
|
|
229
|
+
- `API_FOOTBALL_KEY`, `FOOTBALL_DATA_KEY` - Sports data
|
|
230
|
+
|
|
231
|
+
**Dashboard:** http://localhost:3001/api/code-quality
|