wyrm-mcp 6.1.7 → 6.2.0

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/dist/license.js +1 -1
  2. package/package.json +1 -1
package/dist/license.js CHANGED
@@ -56,7 +56,7 @@ export const TIER_DEVICE_LIMITS = {
56
56
  * after the new client rolls out — schedule a grace window.
57
57
  */
58
58
  const WYRM_PUBLIC_KEY = `-----BEGIN PUBLIC KEY-----
59
- MCowBQYDK2VwAyEA2fL8sxPMgZimHAu9tXYPXUqZ7FweRtPPe1JDWVV0SHU=
59
+ MCowBQYDK2VwAyEA2oiuB16gDOqm+OWUxLo2kFNMYGDxJyy19H8CT5JNPO8=
60
60
  -----END PUBLIC KEY-----`;
61
61
  // ==================== SINGLETON STATE ====================
62
62
  let currentLicense = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wyrm-mcp",
3
- "version": "6.1.7",
3
+ "version": "6.2.0",
4
4
  "description": "🐉 Wyrm — the memory layer that makes AI assistants remember, learn from failures, execute long-running goals, and federate across every session. MCP server with 126 tools across persistent memory, counter-pattern blocking, OODA agent loop, knowledge graph, design substrate, Buddy Protocol v1 federation, cross-project memory (wyrm_constellation), and a live statusline daemon. Works with Claude / Copilot / Cursor / Windsurf / Codex.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",