@danielblomma/cortex-mcp 1.0.2 → 1.0.3
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/bin/cortex.mjs +1 -0
- package/package.json +1 -1
package/bin/cortex.mjs
CHANGED
|
@@ -56,6 +56,7 @@ function printHelp() {
|
|
|
56
56
|
console.log(" cortex ingest [--changed] [--verbose]");
|
|
57
57
|
console.log(" cortex embed [--changed]");
|
|
58
58
|
console.log(" cortex graph-load [--no-reset]");
|
|
59
|
+
console.log(" cortex dashboard [--interval <sec>]");
|
|
59
60
|
console.log(" cortex memory-compile [--dry-run] [--verbose]");
|
|
60
61
|
console.log(" cortex memory-lint [--verbose] [--json]");
|
|
61
62
|
console.log(" cortex help");
|
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.3",
|
|
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",
|