rag-memory-epf-mcp 3.0.0 → 3.0.1

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/rag-memory-epf-mcp)](https://www.npmjs.com/package/rag-memory-epf-mcp)
4
4
  [![npm downloads](https://img.shields.io/npm/dm/rag-memory-epf-mcp)](https://www.npmjs.com/package/rag-memory-epf-mcp)
5
- [![GitHub license](https://img.shields.io/github/license/heesongkoh/rag-memory-epf-mcp)](https://github.com/heesongkoh/rag-memory-epf-mcp/blob/main/LICENSE)
6
- [![Platforms](https://img.shields.io/badge/Platform-Windows%20%7C%20macOS%20%7C%20Linux-blue)](https://github.com/heesongkoh/rag-memory-epf-mcp)
5
+ [![GitHub license](https://img.shields.io/github/license/bripin123/rag-memory-epf-mcp)](https://github.com/bripin123/rag-memory-epf-mcp/blob/main/LICENSE)
6
+ [![Platforms](https://img.shields.io/badge/Platform-Windows%20%7C%20macOS%20%7C%20Linux-blue)](https://github.com/bripin123/rag-memory-epf-mcp)
7
7
 
8
8
  A **project-local RAG memory** MCP server — knowledge graph + multilingual vector search + FTS5 full-text search, all in a single SQLite file per project.
9
9
 
@@ -176,7 +176,7 @@ storeDocument(id, content, metadata)
176
176
  ## Development
177
177
 
178
178
  ```bash
179
- git clone https://github.com/heesongkoh/rag-memory-epf-mcp.git
179
+ git clone https://github.com/bripin123/rag-memory-epf-mcp.git
180
180
  cd rag-memory-epf-mcp
181
181
  npm install
182
182
  npm run build
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "rag-memory-epf-mcp",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "MCP server for project-local RAG memory with knowledge graph and multilingual vector search",
5
5
  "license": "MIT",
6
6
  "author": "bripin123",
7
- "homepage": "https://github.com/heesongkoh/rag-memory-epf-mcp",
8
- "bugs": "https://github.com/heesongkoh/rag-memory-epf-mcp/issues",
7
+ "homepage": "https://github.com/bripin123/rag-memory-epf-mcp",
8
+ "bugs": "https://github.com/bripin123/rag-memory-epf-mcp/issues",
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "git+https://github.com/heesongkoh/rag-memory-epf-mcp.git"
11
+ "url": "git+https://github.com/bripin123/rag-memory-epf-mcp.git"
12
12
  },
13
13
  "type": "module",
14
14
  "main": "dist/index.js",