wyrm-mcp 7.5.2 → 7.5.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.
package/LICENSE CHANGED
@@ -18,8 +18,9 @@ Use of the official Wyrm builds and the Wyrm hosted services is governed by the
18
18
  Wyrm Terms of Service and requires a Ghost Protocol account.
19
19
 
20
20
  HISTORICAL NOTE: versions of Wyrm published on or before 2026-06-14 (the npm
21
- package "wyrm-mcp" at version 7.2.1 and earlier) were released under
22
- AGPL-3.0-or-later; that license continues to apply to those specific versions.
21
+ package "wyrm-mcp" at version 7.2.1 and earlier) were released as open source
22
+ under the license text shipped inside those versions' packages; that license
23
+ continues to apply to those specific versions only.
23
24
  ALL SUBSEQUENT VERSIONS ARE PROPRIETARY AND ARE NOT OPEN SOURCE.
24
25
 
25
26
  Commercial and licensing inquiries: ryan@ghosts.lk
package/NOTICE CHANGED
@@ -7,8 +7,8 @@ Protocol (Pvt) Ltd, Colombo, Sri Lanka.
7
7
 
8
8
  LICENSE: Proprietary — see the LICENSE file. No open-source license is granted for
9
9
  this or any version published after 2026-06-14. Versions of "wyrm-mcp" at 7.2.1 and
10
- earlier were released under AGPL-3.0-or-later, which continues to apply to those
11
- specific versions only. Use of the official builds and the Wyrm hosted services
10
+ earlier were released as open source under the license text shipped inside those
11
+ versions' packages, which continues to apply to those specific versions only. Use of the official builds and the Wyrm hosted services
12
12
  requires a Ghost Protocol account and is governed by the Wyrm Terms of Service.
13
13
 
14
14
  Trademarks: "Wyrm", "Ghost Protocol", and the silver-dragon mark are trademarks of
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "contract": "wyrm-cloud-memory-v2",
3
- "version": "7.5.2",
3
+ "version": "7.5.3",
4
4
  "derivedFrom": "standard tier MINUS device-local/egress/subprocess (src/cloud-profile.ts)",
5
5
  "count": 19,
6
6
  "tools": [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "contract": "wyrm-cloud-memory-v1",
3
- "version": "7.5.2",
3
+ "version": "7.5.3",
4
4
  "tools": [
5
5
  {
6
6
  "name": "wyrm_recall",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "contract": "wyrm-cloud-memory-v1",
3
- "version": "7.5.2",
3
+ "version": "7.5.3",
4
4
  "generatedBy": "scripts/gen-tool-manifest.mjs (from the dist/ registry modules — never hand-edited)",
5
5
  "tiers": {
6
6
  "core": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wyrm-mcp",
3
- "version": "7.5.2",
3
+ "version": "7.5.3",
4
4
  "mcpName": "lk.ghosts/wyrm",
5
5
  "description": "Local-first persistent memory for AI agents over MCP. Ground truths, negative learning (recorded failures block repeats), decision causality, hybrid recall, live memory streams, run-attributed fleet memory — a structured SQLite memory on your machine, no cloud or LLM required. Claude / Copilot / Cursor / Windsurf / Codex.",
6
6
  "type": "module",
@@ -85,7 +85,7 @@
85
85
  "agent-fleet"
86
86
  ],
87
87
  "author": "Ghost Protocol (Pvt) Ltd <ryan@ghosts.lk>",
88
- "license": "UNLICENSED",
88
+ "license": "SEE LICENSE IN LICENSE",
89
89
  "homepage": "https://ghosts.lk/wyrm",
90
90
  "repository": {
91
91
  "type": "git",