@gotza02/sequential-thinking 2026.1.16 → 2026.1.17

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -101,7 +101,7 @@ Add this to your `claude_desktop_config.json`:
101
101
  "command": "npx",
102
102
  "args": [
103
103
  "-y",
104
- "@modelcontextprotocol/server-sequential-thinking"
104
+ "@gotza02/sequential-thinking"
105
105
  ]
106
106
  }
107
107
  }
@@ -112,7 +112,7 @@ Add this to your `claude_desktop_config.json`:
112
112
 
113
113
  For quick installation, click one of the installation buttons below...
114
114
 
115
- [![Install with NPX in VS Code](https://img.shields.io/badge/VS_Code-NPM-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=sequentialthinking&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40modelcontextprotocol%2Fserver-sequential-thinking%22%5D%7D)
115
+ [![Install with NPX in VS Code](https://img.shields.io/badge/VS_Code-NPM-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=sequentialthinking&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40gotza02%2Fsequential-thinking%22%5D%7D)
116
116
 
117
117
  ## Building
118
118
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gotza02/sequential-thinking",
3
- "version": "2026.01.16",
3
+ "version": "2026.1.17",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },