deepthinking-mcp 6.1.2 → 7.5.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.
- package/LICENSE +21 -0
- package/README.md +483 -262
- package/dist/index.js +25428 -3338
- package/dist/index.js.map +1 -1
- package/package.json +11 -11
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "deepthinking-mcp",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "Comprehensive MCP server with
|
|
3
|
+
"version": "7.5.2",
|
|
4
|
+
"description": "Comprehensive MCP server with 33 reasoning modes (29 accessible via 12 focused tools) including academic research (synthesis, argumentation, critique, analysis), engineering/algorithmic (CLRS), meta-reasoning for strategic oversight, taxonomy classifier, enterprise security, and visual export capabilities",
|
|
5
5
|
"author": "Daniel Simon Jr.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"type": "module",
|
|
@@ -32,21 +32,21 @@
|
|
|
32
32
|
"docs:deps": "npx tsx tools/create-dependency-graph.ts"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@modelcontextprotocol/sdk": "^1.
|
|
35
|
+
"@modelcontextprotocol/sdk": "^1.24.3",
|
|
36
36
|
"zod": "^4.1.13"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@types/node": "^
|
|
40
|
-
"@typescript-eslint/eslint-plugin": "^8.48.
|
|
41
|
-
"@typescript-eslint/parser": "^8.48.
|
|
42
|
-
"@vitest/coverage-v8": "^4.0.
|
|
39
|
+
"@types/node": "^24.10.1",
|
|
40
|
+
"@typescript-eslint/eslint-plugin": "^8.48.1",
|
|
41
|
+
"@typescript-eslint/parser": "^8.48.1",
|
|
42
|
+
"@vitest/coverage-v8": "^4.0.15",
|
|
43
43
|
"cross-env": "^10.1.0",
|
|
44
44
|
"eslint": "^9.39.1",
|
|
45
|
-
"prettier": "^3.
|
|
45
|
+
"prettier": "^3.7.4",
|
|
46
46
|
"tsup": "^8.5.1",
|
|
47
|
-
"tsx": "^4.
|
|
48
|
-
"typescript": "^5.
|
|
49
|
-
"vitest": "^4.0.
|
|
47
|
+
"tsx": "^4.21.0",
|
|
48
|
+
"typescript": "^5.9.3",
|
|
49
|
+
"vitest": "^4.0.15"
|
|
50
50
|
},
|
|
51
51
|
"keywords": [
|
|
52
52
|
"mcp",
|