Skip to content

Commit 426277e

Browse files
committed
fix: align smithery.yaml + server.json versions to match production
- smithery.yaml version: 2.3.7 → 2.3.6 (match Forge MCP live) - server.json version: 2.3.7 → 2.3.6 (match Forge MCP live) - server.json packages.version: 2.3.7 → 2.4.1 (match PyPI SDK) - Convergence audit: all public surfaces now reference correct versions
1 parent 9c6c13d commit 426277e

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

server.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
33
"name": "io.github.SynapseLayer/synapse-layer",
44
"title": "Synapse Layer",
5-
"description": "Persistent memory infrastructure for AI agents encrypted, governed, and cross-agent. The OAuth for AI Memory.",
6-
"version": "2.3.7",
5+
"description": "Persistent memory infrastructure for AI agents \u2014 encrypted, governed, and cross-agent. The OAuth for AI Memory.",
6+
"version": "2.3.6",
77
"websiteUrl": "https://synapselayer.org",
88
"repository": {
99
"url": "https://github.com/SynapseLayer/synapse-layer",
@@ -13,7 +13,7 @@
1313
{
1414
"registryType": "pypi",
1515
"identifier": "synapse-layer",
16-
"version": "2.3.7",
16+
"version": "2.4.1",
1717
"runtimeHint": "uvx",
1818
"transport": {
1919
"type": "stdio"
@@ -28,7 +28,7 @@
2828
},
2929
{
3030
"name": "SYNAPSE_PRIVACY_EPSILON",
31-
"description": "Differential privacy epsilon parameter. Lower = stronger privacy. Range: 0.1–2.0.",
31+
"description": "Differential privacy epsilon parameter. Lower = stronger privacy. Range: 0.1\u20132.0.",
3232
"isRequired": false,
3333
"isSecret": false,
3434
"default": "0.5"
@@ -64,4 +64,4 @@
6464
"url": "https://forge.synapselayer.org/api/mcp"
6565
}
6666
]
67-
}
67+
}

smithery.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ displayName: "Synapse Layer"
33
description: >
44
Persistent memory infrastructure for AI agents — encrypted,
55
governed, and cross-agent. The OAuth for AI Memory.
6-
version: "2.3.7"
6+
version: "2.3.6"
77
icon: "🧠"
88
sourceUrl: "https://github.com/SynapseLayer/synapse-layer"
99
homepage: "https://synapselayer.org"

0 commit comments

Comments
 (0)