@prmichaelsen/remember-mcp 3.17.0 → 3.17.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.
@@ -26,7 +26,7 @@ jobs:
26
26
  run: npm run build
27
27
 
28
28
  - name: Test
29
- run: node --max-old-space-size=4096 ./node_modules/.bin/jest --runInBand
29
+ run: npm test
30
30
 
31
31
  - name: Check if version changed
32
32
  id: version
package/CHANGELOG.md CHANGED
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [3.17.1] - 2026-03-09
9
+
10
+ ### Fixed
11
+
12
+ - Move `server-factory.spec.ts` to `server-factory.e2e.ts` — test requires live Weaviate and was crashing CI workers
13
+ - Revert CI test command to `npm test` (OOM was a symptom of the Weaviate connection failure, not memory)
14
+
8
15
  ## [3.17.0] - 2026-03-09
9
16
 
10
17
  ### Added
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=server-factory.e2e.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prmichaelsen/remember-mcp",
3
- "version": "3.17.0",
3
+ "version": "3.17.1",
4
4
  "description": "Multi-tenant memory system MCP server with vector search and relationships",
5
5
  "main": "dist/server.js",
6
6
  "type": "module",
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=server-factory.spec.d.ts.map