smart-thinking-mcp 12.0.0 → 12.0.1

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 +0 -6
  2. package/package.json +1 -2
package/README.md CHANGED
@@ -2,7 +2,6 @@
2
2
 
3
3
  # Smart-Thinking
4
4
 
5
- [![smithery badge](https://smithery.ai/badge/@Leghis/smart-thinking)](https://smithery.ai/server/@Leghis/smart-thinking)
6
5
  [![npm version](https://img.shields.io/npm/v/smart-thinking-mcp.svg)](https://www.npmjs.com/package/smart-thinking-mcp)
7
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
8
7
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.1.6-blue)](https://www.typescriptlang.org/)
@@ -42,11 +41,6 @@ npm install -g smart-thinking-mcp
42
41
  npx -y smart-thinking-mcp
43
42
  ```
44
43
 
45
- ### Install via Smithery
46
- ```bash
47
- npx -y @smithery/cli install @Leghis/smart-thinking --client claude
48
- ```
49
-
50
44
  ### From source
51
45
  ```bash
52
46
  git clone https://github.com/Leghis/Smart-Thinking.git
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "smart-thinking-mcp",
3
- "version": "12.0.0",
3
+ "version": "12.0.1",
4
4
  "description": "Un serveur MCP avancé pour le raisonnement multi-dimensionnel, adaptatif et collaboratif",
5
5
  "main": "build/index.js",
6
6
  "module": "./src/index.ts",
@@ -40,7 +40,6 @@
40
40
  "license": "MIT",
41
41
  "dependencies": {
42
42
  "@modelcontextprotocol/sdk": "^1.26.0",
43
- "@smithery/sdk": "^4.0.1",
44
43
  "@types/uuid": "^10.0.0",
45
44
  "express": "^5.2.1",
46
45
  "mkdirp": "^3.0.1",