@ai-jshook/mcp 0.1.4 → 0.1.5
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/.env.example +1 -1
- package/dist/utils/config.js +1 -1
- package/package.json +3 -2
- package/server.json +2 -2
package/.env.example
CHANGED
package/dist/utils/config.js
CHANGED
|
@@ -42,7 +42,7 @@ export function getConfig() {
|
|
|
42
42
|
},
|
|
43
43
|
mcp: {
|
|
44
44
|
name: process.env.MCP_SERVER_NAME || 'ai-jshook-mcp',
|
|
45
|
-
version: process.env.MCP_SERVER_VERSION || '0.1.
|
|
45
|
+
version: process.env.MCP_SERVER_VERSION || '0.1.5',
|
|
46
46
|
},
|
|
47
47
|
cache: {
|
|
48
48
|
enabled: process.env.ENABLE_CACHE === 'true',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ai-jshook/mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "AI-powered JavaScript reverse engineering tool with 80+ MCP tools for browser automation, debugging, network monitoring, and intelligent hooking",
|
|
5
5
|
"mcpName": "io.github.ai-jshook.mcp",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
},
|
|
11
11
|
"repository": {
|
|
12
12
|
"type": "git",
|
|
13
|
-
"url": "https://github.com/715494637/jshook-reverse-tool.git"
|
|
13
|
+
"url": "git+https://github.com/715494637/jshook-reverse-tool.git"
|
|
14
14
|
},
|
|
15
15
|
"bugs": {
|
|
16
16
|
"url": "https://github.com/715494637/jshook-reverse-tool/issues"
|
|
@@ -71,6 +71,7 @@
|
|
|
71
71
|
"ora": "^8.1.1",
|
|
72
72
|
"puppeteer": "^23.10.4",
|
|
73
73
|
"puppeteer-extra": "^3.3.6",
|
|
74
|
+
"puppeteer-extra-plugin-user-preferences": "^2.4.1",
|
|
74
75
|
"puppeteer-extra-plugin-stealth": "^2.11.2"
|
|
75
76
|
},
|
|
76
77
|
"devDependencies": {
|
package/server.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
|
|
3
3
|
"name": "io.github.ai-jshook.mcp",
|
|
4
4
|
"description": "AI-powered JavaScript reverse engineering tool with 80+ MCP tools for browser automation, debugging, network monitoring, and intelligent hooking",
|
|
5
|
-
"version": "0.1.
|
|
5
|
+
"version": "0.1.5",
|
|
6
6
|
"homepage": "https://github.com/715494637/jshook-reverse-tool",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"keywords": [
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
{
|
|
26
26
|
"registry_type": "npm",
|
|
27
27
|
"identifier": "@ai-jshook/mcp",
|
|
28
|
-
"version": "0.1.
|
|
28
|
+
"version": "0.1.5"
|
|
29
29
|
}
|
|
30
30
|
],
|
|
31
31
|
"author": "opooo1830 (https://www.npmjs.com/~opooo1830)",
|