+1
-1
@@ -5,3 +5,3 @@ { | ||
| "display_name": "BrainLLM", | ||
| "version": "10.4.0", | ||
| "version": "10.4.1", | ||
| "description": "Turns TriliumNext Notes into a persistent, graph-structured second brain for Claude and other LLM clients.", | ||
@@ -8,0 +8,0 @@ "long_description": "BrainLLM is an MCP server that organises memory into five purpose-built areas (Master, LLM, Memory, Knowledge, Insights). The model supplies content while the server owns placement, format, lifecycle, dates and backups. Includes a full raw ETAPI surface for advanced use. Requires a running TriliumNext instance and the Bun runtime.", |
+5
-1
| { | ||
| "name": "brainllm", | ||
| "version": "10.4.0", | ||
| "version": "10.4.1", | ||
| "mcpName": "io.github.miisodev/brainllm", | ||
| "description": "MCP server that turns TriliumNext Notes into a persistent, graph-structured second brain for Claude and other LLM clients.", | ||
@@ -55,2 +56,3 @@ "author": "Kevin Miiso Novo <miisodev@gmail.com>", | ||
| "icons": "bun run scripts/icons.ts", | ||
| "validate:release": "bun run scripts/validate-release.ts", | ||
| "prepublishOnly": "bun run build" | ||
@@ -64,2 +66,4 @@ }, | ||
| "@types/bun": "latest", | ||
| "ajv": "^8.20.0", | ||
| "ajv-formats": "^3.0.1", | ||
| "sharp": "^0.35.3", | ||
@@ -66,0 +70,0 @@ "typescript": "^5.0.0" |
+1
-1
@@ -13,3 +13,3 @@ <div align="center"> | ||
| [](https://github.com/miisodev/BrainLLM/releases) | ||
| [](https://github.com/miisodev/BrainLLM/releases) | ||
| [](https://github.com/miisodev/BrainLLM/actions/workflows/ci.yml) | ||
@@ -16,0 +16,0 @@ [](./LICENSE) |
+4
-4
| { | ||
| "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json", | ||
| "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", | ||
| "name": "io.github.miisodev/brainllm", | ||
| "description": "Persistent, graph-structured memory for LLMs, stored in TriliumNext Notes. Enforced note structure, a session protocol with a durable pre-close gate, a typed knowledge graph, and a maintenance lifecycle — in a note application the human can read and edit too.", | ||
| "version": "10.4.0", | ||
| "description": "Persistent graph-structured memory for LLMs in TriliumNext Notes — readable and editable by humans.", | ||
| "version": "10.4.1", | ||
| "websiteUrl": "https://github.com/miisodev/BrainLLM#readme", | ||
@@ -15,3 +15,3 @@ "repository": { | ||
| "identifier": "brainllm", | ||
| "version": "10.4.0", | ||
| "version": "10.4.1", | ||
| "transport": { | ||
@@ -18,0 +18,0 @@ "type": "stdio" |
Sorry, the diff of this file is too big to display
Network access
Supply chain riskThis module accesses the network.
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 10 instances
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
1411728
16.59%32030
19.77%0
-100%0
-100%5
66.67%