Skip to content

Commit 163b0cb

Browse files
author
Ismael Marchi
committed
fix: correct namespace case for MCP Registry (io.github.SynapseLayer)
1 parent 4e73d89 commit 163b0cb

2 files changed

Lines changed: 12 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
[Website](https://synapselayer.org) · [Forge](https://forge.synapselayer.org) · [Docs](https://forge.synapselayer.org/docs) · [GitHub](https://github.com/SynapseLayer/synapse-layer) · [PyPI](https://pypi.org/project/synapse-layer/)
2020

21-
<!-- mcp-name: io.github.synapselayer/synapse-secure-memory -->
21+
<!-- mcp-name: io.github.SynapseLayer/synapse-secure-memory -->
2222
</div>
2323

2424
---

server.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3-
"name": "io.github.synapselayer/synapse-secure-memory",
4-
"title": "Synapse Layer \u2014 Zero-Knowledge Memory",
5-
"description": "Zero-Knowledge persistent memory for MCP agents. Non-bypassable 4-layer Cognitive Security Pipeline: PII sanitization (12+ patterns), intent validation, AES-256-GCM encryption with differential privacy, and HMAC-signed cross-model Neural Handover\u2122.",
3+
"name": "io.github.SynapseLayer/synapse-secure-memory",
4+
"title": "Synapse Layer Zero-Knowledge Memory",
5+
"description": "Zero-Knowledge Context™ & Neural Handover™ for AI Agents. The Trust Layer for AI Memory.",
66
"version": "1.0.6",
77
"websiteUrl": "https://synapselayer.org",
88
"repository": {
@@ -28,7 +28,7 @@
2828
},
2929
{
3030
"name": "SYNAPSE_PRIVACY_EPSILON",
31-
"description": "Differential privacy epsilon parameter. Lower values = stronger privacy. Range: 0.1\u20132.0.",
31+
"description": "Differential privacy epsilon parameter. Lower values = stronger privacy. Range: 0.1–2.0.",
3232
"isRequired": false,
3333
"isSecret": false,
3434
"default": "0.5"
@@ -38,6 +38,13 @@
3838
"description": "AES-256-GCM encryption key for at-rest memory encryption. Auto-generated if not provided.",
3939
"isRequired": false,
4040
"isSecret": true
41+
},
42+
{
43+
"name": "LOG_LEVEL",
44+
"description": "Logging verbosity: DEBUG, INFO, WARNING, ERROR. Default: INFO.",
45+
"isRequired": false,
46+
"isSecret": false,
47+
"default": "INFO"
4148
}
4249
]
4350
}

0 commit comments

Comments
 (0)