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 +3 -2
- package/NOTICE +2 -2
- package/dist/tool-manifest-v2.json +1 -1
- package/dist/tool-manifest.json +1 -1
- package/dist/wyrm-manifest.json +1 -1
- package/package.json +2 -2
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
|
|
22
|
-
|
|
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
|
|
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
|
package/dist/tool-manifest.json
CHANGED
package/dist/wyrm-manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wyrm-mcp",
|
|
3
|
-
"version": "7.5.
|
|
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": "
|
|
88
|
+
"license": "SEE LICENSE IN LICENSE",
|
|
89
89
|
"homepage": "https://ghosts.lk/wyrm",
|
|
90
90
|
"repository": {
|
|
91
91
|
"type": "git",
|