deepthinking-mcp 6.1.1 → 7.4.0
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 +473 -254
- package/dist/index.js +24701 -3345
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
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.4.0",
|
|
4
|
+
"description": "Comprehensive MCP server with 33 reasoning modes including academic research (synthesis, argumentation, critique, analysis), algorithmic (CLRS), meta-reasoning for strategic oversight, taxonomy classifier, enterprise security, and visual export capabilities for complex problem-solving and analysis",
|
|
5
5
|
"author": "Daniel Simon Jr.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"type": "module",
|
|
@@ -36,13 +36,13 @@
|
|
|
36
36
|
"zod": "^4.1.13"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@types/node": "^
|
|
39
|
+
"@types/node": "^24.10.1",
|
|
40
40
|
"@typescript-eslint/eslint-plugin": "^8.48.0",
|
|
41
41
|
"@typescript-eslint/parser": "^8.48.0",
|
|
42
42
|
"@vitest/coverage-v8": "^4.0.14",
|
|
43
43
|
"cross-env": "^10.1.0",
|
|
44
44
|
"eslint": "^9.39.1",
|
|
45
|
-
"prettier": "^3.
|
|
45
|
+
"prettier": "^3.7.3",
|
|
46
46
|
"tsup": "^8.5.1",
|
|
47
47
|
"tsx": "^4.19.0",
|
|
48
48
|
"typescript": "^5.3.3",
|