@aikidosec/mcp 1.0.9 → 1.0.11
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/dist/index.js +111 -74
- package/npm-shrinkwrap.json +15 -13
- package/package.json +3 -3
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aikidosec/mcp",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.11",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@aikidosec/mcp",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.11",
|
|
10
10
|
"license": "AGPL",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@github/keytar": "7.10.6",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"isomorphic-fetch": "3.0.0",
|
|
16
16
|
"jose": "6.1.3",
|
|
17
17
|
"pino": "10.1.1",
|
|
18
|
-
"zod": "
|
|
18
|
+
"zod": "4.4.0"
|
|
19
19
|
},
|
|
20
20
|
"bin": {
|
|
21
21
|
"aikido-mcp": "dist/index.js"
|
|
@@ -2604,9 +2604,9 @@
|
|
|
2604
2604
|
"dev": true
|
|
2605
2605
|
},
|
|
2606
2606
|
"node_modules/fast-uri": {
|
|
2607
|
-
"version": "3.1.
|
|
2608
|
-
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.
|
|
2609
|
-
"integrity": "sha512-
|
|
2607
|
+
"version": "3.1.2",
|
|
2608
|
+
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz",
|
|
2609
|
+
"integrity": "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==",
|
|
2610
2610
|
"funding": [
|
|
2611
2611
|
{
|
|
2612
2612
|
"type": "github",
|
|
@@ -2616,7 +2616,8 @@
|
|
|
2616
2616
|
"type": "opencollective",
|
|
2617
2617
|
"url": "https://opencollective.com/fastify"
|
|
2618
2618
|
}
|
|
2619
|
-
]
|
|
2619
|
+
],
|
|
2620
|
+
"license": "BSD-3-Clause"
|
|
2620
2621
|
},
|
|
2621
2622
|
"node_modules/fd-slicer": {
|
|
2622
2623
|
"version": "1.1.0",
|
|
@@ -2929,9 +2930,9 @@
|
|
|
2929
2930
|
}
|
|
2930
2931
|
},
|
|
2931
2932
|
"node_modules/hono": {
|
|
2932
|
-
"version": "4.12.
|
|
2933
|
-
"resolved": "https://registry.npmjs.org/hono/-/hono-4.12.
|
|
2934
|
-
"integrity": "sha512-
|
|
2933
|
+
"version": "4.12.25",
|
|
2934
|
+
"resolved": "https://registry.npmjs.org/hono/-/hono-4.12.25.tgz",
|
|
2935
|
+
"integrity": "sha512-2NFaIyNVgJmBs/ecmtGzlmluTFs5cHEWGTdu0t1HBwYzoGXOL5nUQBRMXsXWla5i4KkG//QMzVP88m1+I3fdAQ==",
|
|
2935
2936
|
"license": "MIT",
|
|
2936
2937
|
"engines": {
|
|
2937
2938
|
"node": ">=16.9.0"
|
|
@@ -5047,9 +5048,10 @@
|
|
|
5047
5048
|
}
|
|
5048
5049
|
},
|
|
5049
5050
|
"node_modules/zod": {
|
|
5050
|
-
"version": "
|
|
5051
|
-
"resolved": "https://registry.npmjs.org/zod/-/zod-
|
|
5052
|
-
"integrity": "sha512-
|
|
5051
|
+
"version": "4.4.0",
|
|
5052
|
+
"resolved": "https://registry.npmjs.org/zod/-/zod-4.4.0.tgz",
|
|
5053
|
+
"integrity": "sha512-932TE3dEKhhYkEZFv6meaxLaCyg1m6LSI0ETKCIyUqIim+KgIsB/kha/4CKwDEbYgMzS5QxAe2mtDPpaHLHdsQ==",
|
|
5054
|
+
"license": "MIT",
|
|
5053
5055
|
"funding": {
|
|
5054
5056
|
"url": "https://github.com/sponsors/colinhacks"
|
|
5055
5057
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aikidosec/mcp",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.11",
|
|
4
4
|
"description": "Aikido MCP server",
|
|
5
5
|
"author": "Aikido Security",
|
|
6
6
|
"license": "AGPL",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"isomorphic-fetch": "3.0.0",
|
|
33
33
|
"jose": "6.1.3",
|
|
34
34
|
"pino": "10.1.1",
|
|
35
|
-
"zod": "
|
|
35
|
+
"zod": "4.4.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@types/node": "24.10.1",
|
|
@@ -49,6 +49,6 @@
|
|
|
49
49
|
],
|
|
50
50
|
"overrides": {
|
|
51
51
|
"@hono/node-server@<=1.19.13": "1.19.13",
|
|
52
|
-
"hono@<=4.12.
|
|
52
|
+
"hono@<=4.12.25": "4.12.25"
|
|
53
53
|
}
|
|
54
54
|
}
|