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.
- package/README.md +3 -3
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/rag-memory-epf-mcp)
|
|
4
4
|
[](https://www.npmjs.com/package/rag-memory-epf-mcp)
|
|
5
|
-
[](https://github.com/
|
|
5
|
+
[](https://github.com/bripin123/rag-memory-epf-mcp/blob/main/LICENSE)
|
|
6
|
+
[](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/
|
|
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.
|
|
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/
|
|
8
|
-
"bugs": "https://github.com/
|
|
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/
|
|
11
|
+
"url": "git+https://github.com/bripin123/rag-memory-epf-mcp.git"
|
|
12
12
|
},
|
|
13
13
|
"type": "module",
|
|
14
14
|
"main": "dist/index.js",
|