New:Socket for Asana Is Now Available.Learn more
Get Started

brainllm

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brainllm - npm Package Compare versions

Comparing version
10.4.0
to
10.4.1
+1
-1
manifest.json

@@ -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.",

{
"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"

@@ -13,3 +13,3 @@ <div align="center">

[![Version](https://img.shields.io/badge/version-10.4.0-f59e0b?style=flat-square)](https://github.com/miisodev/BrainLLM/releases)
[![Version](https://img.shields.io/badge/version-10.4.1-f59e0b?style=flat-square)](https://github.com/miisodev/BrainLLM/releases)
[![CI](https://img.shields.io/github/actions/workflow/status/miisodev/BrainLLM/ci.yml?branch=main&style=flat-square&label=CI&color=f59e0b)](https://github.com/miisodev/BrainLLM/actions/workflows/ci.yml)

@@ -16,0 +16,0 @@ [![License: MIT](https://img.shields.io/badge/license-MIT-a1a1aa?style=flat-square)](./LICENSE)

{
"$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