@gotza02/sequential-thinking 2026.2.18 → 2026.2.19
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/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ Advanced MCP Server enabling AI to act as a Software Engineer with Deep Thinking
|
|
|
4
4
|
|
|
5
5
|
## ✨ Key Features
|
|
6
6
|
- **Deep Thinking:** Step-by-step reasoning with auto-correction (Loop Breaker).
|
|
7
|
-
- **Code Intelligence:** Dependency graph mapping (`build_project_graph`) & surgical code editing.
|
|
7
|
+
- **Code Intelligence:** Dependency graph mapping (`build_project_graph`) with **Incremental Caching** & surgical code editing.
|
|
8
8
|
- **Memory:** Long-term project notes, reusable code database, and thought history.
|
|
9
9
|
- **Research:** Integrated Web search (Brave/Exa) & webpage reading.
|
|
10
10
|
- **REST API:** Built-in HTTP server wrapper for easy integration with web tools and external services.
|
|
@@ -62,7 +62,7 @@ Add this to your MCP settings (`~/.gemini/settings.json` or `claude_desktop_conf
|
|
|
62
62
|
|
|
63
63
|
## 🛠️ Tools Summary
|
|
64
64
|
- **Thinking:** `sequentialthinking`, `summarize_history`, `clear_thought_history`
|
|
65
|
-
- **Code:** `build_project_graph`, `deep_code_analyze`, `deep_code_edit`, `search_code`
|
|
65
|
+
- **Code:** `build_project_graph`, `deep_code_analyze`, `deep_code_edit`, `search_code` (Regex/Line Numbers)
|
|
66
66
|
- **Memory:** `add_code_snippet`, `search_code_db`, `manage_notes`
|
|
67
67
|
- **Web:** `web_search`, `read_webpage`, `fetch`
|
|
68
68
|
- **System:** `read_file`, `write_file`, `edit_file`, `shell_execute`
|