@gotza02/sequential-thinking 2026.1.22 → 2026.1.23

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.
Files changed (2) hide show
  1. package/README.md +8 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -103,7 +103,7 @@ The Sequential Thinking tool is designed for:
103
103
 
104
104
  ### Usage with Claude Desktop
105
105
 
106
- Add this to your `claude_desktop_config.json`:
106
+ Add this to your `claude_desktop_config.json`. You can configure API keys directly here:
107
107
 
108
108
  #### npx
109
109
 
@@ -115,7 +115,13 @@ Add this to your `claude_desktop_config.json`:
115
115
  "args": [
116
116
  "-y",
117
117
  "@gotza02/sequential-thinking"
118
- ]
118
+ ],
119
+ "env": {
120
+ "BRAVE_API_KEY": "YOUR_BRAVE_API_KEY",
121
+ "EXA_API_KEY": "YOUR_EXA_API_KEY",
122
+ "GOOGLE_SEARCH_API_KEY": "YOUR_GOOGLE_SEARCH_API_KEY",
123
+ "GOOGLE_SEARCH_CX": "YOUR_GOOGLE_SEARCH_CX"
124
+ }
119
125
  }
120
126
  }
121
127
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gotza02/sequential-thinking",
3
- "version": "2026.1.22",
3
+ "version": "2026.1.23",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },