@remnic/server 9.57.1 → 9.57.3

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 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  Standalone Remnic memory and context server -- HTTP and MCP interfaces without requiring OpenClaw.
4
4
 
5
+ Website: <https://remnic.ai> - Source: <https://github.com/joshuaswarren/remnic> - Docs: <https://remnic.ai/guides/>
6
+
5
7
  Part of [Remnic](https://github.com/joshuaswarren/remnic), open-source memory and context for user-aware agents.
6
8
 
7
9
  ## Install
@@ -71,3 +73,4 @@ await server.stop();
71
73
  ## License
72
74
 
73
75
  MIT
76
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remnic/server",
3
- "version": "9.57.1",
3
+ "version": "9.57.3",
4
4
  "description": "Standalone Remnic memory server — HTTP + MCP without OpenClaw",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -33,13 +33,13 @@
33
33
  "@modelcontextprotocol/sdk": "^1.29.0",
34
34
  "express": "^4.21.2",
35
35
  "express-rate-limit": "^8.5.2",
36
- "@remnic/core": "^9.57.1"
36
+ "@remnic/core": "^9.57.3"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@types/express": "^4.17.21",
40
40
  "tsup": "^8.5.1",
41
41
  "typescript": "^5.9.3",
42
- "@remnic/core": "^9.57.1"
42
+ "@remnic/core": "^9.57.3"
43
43
  },
44
44
  "license": "MIT",
45
45
  "repository": {