@danielblomma/cortex-mcp 1.0.0 → 1.0.2
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@danielblomma/cortex-mcp",
|
|
3
3
|
"mcpName": "io.github.DanielBlomma/cortex",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.2",
|
|
5
5
|
"description": "Local, repo-scoped context platform for coding assistants. Semantic search, graph relationships, and architectural rule context.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"author": "Daniel Blomma",
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
35
|
"node_modules/@hono/node-server": {
|
|
36
|
-
"version": "1.19.
|
|
37
|
-
"resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.19.
|
|
38
|
-
"integrity": "sha512-
|
|
36
|
+
"version": "1.19.13",
|
|
37
|
+
"resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.19.13.tgz",
|
|
38
|
+
"integrity": "sha512-TsQLe4i2gvoTtrHje625ngThGBySOgSK3Xo2XRYOdqGN1teR8+I7vchQC46uLJi8OF62YTYA3AhSpumtkhsaKQ==",
|
|
39
39
|
"license": "MIT",
|
|
40
40
|
"engines": {
|
|
41
41
|
"node": ">=18.14.1"
|
|
@@ -236,6 +236,7 @@
|
|
|
236
236
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.13.tgz",
|
|
237
237
|
"integrity": "sha512-akNQMv0wW5uyRpD2v2IEyRSZiR+BeGuoB6L310EgGObO44HSMNT8z1xzio28V8qOrgYaopIDNA18YgdXd+qTiw==",
|
|
238
238
|
"license": "MIT",
|
|
239
|
+
"peer": true,
|
|
239
240
|
"dependencies": {
|
|
240
241
|
"undici-types": "~6.21.0"
|
|
241
242
|
}
|
|
@@ -1284,10 +1285,11 @@
|
|
|
1284
1285
|
}
|
|
1285
1286
|
},
|
|
1286
1287
|
"node_modules/hono": {
|
|
1287
|
-
"version": "4.12.
|
|
1288
|
-
"resolved": "https://registry.npmjs.org/hono/-/hono-4.12.
|
|
1289
|
-
"integrity": "sha512-
|
|
1288
|
+
"version": "4.12.12",
|
|
1289
|
+
"resolved": "https://registry.npmjs.org/hono/-/hono-4.12.12.tgz",
|
|
1290
|
+
"integrity": "sha512-p1JfQMKaceuCbpJKAPKVqyqviZdS0eUxH9v82oWo1kb9xjQ5wA6iP3FNVAPDFlz5/p7d45lO+BpSk1tuSZMF4Q==",
|
|
1290
1291
|
"license": "MIT",
|
|
1292
|
+
"peer": true,
|
|
1291
1293
|
"engines": {
|
|
1292
1294
|
"node": ">=16.9.0"
|
|
1293
1295
|
}
|
|
@@ -2444,6 +2446,7 @@
|
|
|
2444
2446
|
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
|
|
2445
2447
|
"dev": true,
|
|
2446
2448
|
"license": "Apache-2.0",
|
|
2449
|
+
"peer": true,
|
|
2447
2450
|
"bin": {
|
|
2448
2451
|
"tsc": "bin/tsc",
|
|
2449
2452
|
"tsserver": "bin/tsserver"
|
|
@@ -2602,6 +2605,7 @@
|
|
|
2602
2605
|
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
|
|
2603
2606
|
"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
|
|
2604
2607
|
"license": "MIT",
|
|
2608
|
+
"peer": true,
|
|
2605
2609
|
"funding": {
|
|
2606
2610
|
"url": "https://github.com/sponsors/colinhacks"
|
|
2607
2611
|
}
|