smart-thinking-mcp 1.0.0 → 1.0.3
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 +1 -1
- package/build/index.js +0 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -23,7 +23,7 @@ Un serveur MCP (Model Context Protocol) qui fournit un cadre de raisonnement mul
|
|
|
23
23
|
npm install -g smart-thinking-mcp
|
|
24
24
|
|
|
25
25
|
# Ou depuis GitHub
|
|
26
|
-
git clone https://github.com/
|
|
26
|
+
git clone https://github.com/Leghis/Smart-Thinking.git
|
|
27
27
|
cd smart-thinking-mcp
|
|
28
28
|
npm install
|
|
29
29
|
npm run build
|
package/build/index.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "smart-thinking-mcp",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Un serveur MCP avancé pour le raisonnement multi-dimensionnel, adaptatif et collaboratif",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -40,4 +40,4 @@
|
|
|
40
40
|
"ts-node": "^10.9.1",
|
|
41
41
|
"typescript": "^5.1.6"
|
|
42
42
|
}
|
|
43
|
-
}
|
|
43
|
+
}
|