smart-thinking-mcp 8.0.1 → 8.0.2

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -81,7 +81,7 @@ npx -y smart-thinking-mcp
81
81
 
82
82
  ```bash
83
83
  # Cloner le dépôt
84
- git clone https://github.com/votre-utilisateur/Smart-Thinking.git
84
+ git clone https://github.com/Leghis/Smart-Thinking.git
85
85
  cd Smart-Thinking
86
86
 
87
87
  # Installer les dépendances
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "smart-thinking-mcp",
3
- "version": "8.0.1",
3
+ "version": "8.0.2",
4
4
  "description": "Un serveur MCP avancé pour le raisonnement multi-dimensionnel, adaptatif et collaboratif",
5
5
  "main": "build/index.js",
6
6
  "bin": {