@flemist/mcp-project-tools 3.0.8 → 3.0.10
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/build/cli.js +18 -17
- package/build/index.d.ts +1 -0
- package/build/index.js +1 -1
- package/build/startMcpServer-Yp1zN-1S.js +4026 -0
- package/package.json +10 -5
- package/build/startMcpServer-BwbVbpru.js +0 -3506
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flemist/mcp-project-tools",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.10",
|
|
4
4
|
"description": "MCP project tools",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -63,7 +63,13 @@
|
|
|
63
63
|
},
|
|
64
64
|
"homepage": "https://github.com/NikolayMakhonin/mcp-project#readme",
|
|
65
65
|
"keywords": [],
|
|
66
|
+
"peerDependenciesMeta": {
|
|
67
|
+
"@anthropic-ai/claude-code": {
|
|
68
|
+
"optional": true
|
|
69
|
+
}
|
|
70
|
+
},
|
|
66
71
|
"devDependencies": {
|
|
72
|
+
"@anthropic-ai/claude-code": "2.0.65",
|
|
67
73
|
"@eslint/compat": "1.2.8",
|
|
68
74
|
"@eslint/eslintrc": "3.3.1",
|
|
69
75
|
"@eslint/js": "9.23.0",
|
|
@@ -97,9 +103,9 @@
|
|
|
97
103
|
},
|
|
98
104
|
"dependencies": {
|
|
99
105
|
"@flemist/abort-controller-fast": "^1.0.0",
|
|
100
|
-
"@flemist/async-utils": "^1.
|
|
106
|
+
"@flemist/async-utils": "^1.2.8",
|
|
101
107
|
"@flemist/priority-queue": "^1.0.1",
|
|
102
|
-
"@flemist/time-limits": "^
|
|
108
|
+
"@flemist/time-limits": "^2.0.4",
|
|
103
109
|
"@modelcontextprotocol/sdk": "^1.16.0",
|
|
104
110
|
"commander": "14.0.0",
|
|
105
111
|
"deepmerge": "4.3.1",
|
|
@@ -109,6 +115,5 @@
|
|
|
109
115
|
"playwright": "^1.54.1",
|
|
110
116
|
"tree-kill": "1.2.2",
|
|
111
117
|
"zod": "3.25.74"
|
|
112
|
-
}
|
|
113
|
-
"packageManager": "pnpm@10.13.1+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad"
|
|
118
|
+
}
|
|
114
119
|
}
|