@j0hanz/thinkseq-mcp 1.0.3 → 1.0.4
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/package.json +3 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@j0hanz/thinkseq-mcp",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"mcpName": "io.github.j0hanz/thinkseq",
|
|
5
5
|
"description": "An MCP implementation for advanced reasoning and thinking sequences.",
|
|
6
6
|
"type": "module",
|
|
@@ -18,9 +18,8 @@
|
|
|
18
18
|
"README.md"
|
|
19
19
|
],
|
|
20
20
|
"scripts": {
|
|
21
|
-
"clean": "node -e \"
|
|
21
|
+
"clean": "node -e \"require('fs').rmSync('dist', {recursive: true, force: true})\"",
|
|
22
22
|
"build": "tsc",
|
|
23
|
-
"build:clean": "npm run clean && tsc",
|
|
24
23
|
"dev": "tsx watch src/index.ts",
|
|
25
24
|
"start": "node dist/index.js",
|
|
26
25
|
"test": "node --import tsx/esm --test tests/*.test.ts",
|
|
@@ -31,7 +30,7 @@
|
|
|
31
30
|
"format:check": "prettier --check .",
|
|
32
31
|
"type-check": "tsc --noEmit",
|
|
33
32
|
"inspector": "npx @modelcontextprotocol/inspector",
|
|
34
|
-
"prepublishOnly": "npm run lint && npm run type-check && npm run build
|
|
33
|
+
"prepublishOnly": "npm run lint && npm run type-check && npm run build"
|
|
35
34
|
},
|
|
36
35
|
"keywords": [
|
|
37
36
|
"mcp",
|