Skip to content

Commit 78aead0

Browse files
author
Ismael Marchi
committed
refactor(marketplace): align institutional copy and harden MCP contract v2.3.0
- server.json: description updated to official copy (no technical jargon) - smithery.yaml: displayName + description aligned to institutional messaging - Both files: 0 forbidden claims, valid JSON/YAML, auth headers confirmed - Integrity tests: 7/7 PASS (claims, auth, schema, JSON, YAML, endpoint, version)
1 parent 8b7b565 commit 78aead0

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

server.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
33
"name": "io.github.SynapseLayer/synapse-layer",
44
"title": "Synapse Layer — Persistent Memory Infrastructure",
5-
"description": "Persistent encrypted memory for AI agents. AES-256-GCM at rest, PII redaction, HMAC-SHA-256 integrity. Server never sees plaintext.",
5+
"description": "Persistent memory infrastructure for AI agents — encrypted, governed, and cross-agent. Server never sees plaintext.",
66
"version": "2.3.0",
77
"websiteUrl": "https://synapselayer.org",
88
"repository": {

smithery.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
qualifiedName: "@synapselayer/synapse-protocol"
2-
displayName: "Synapse Layer — Persistent Memory for AI Agents"
2+
displayName: "Synapse Layer — Persistent Memory Infrastructure"
33
description: >
4-
Persistent, encrypted memory infrastructure for AI agents.
5-
Store, recall and transfer context across models via MCP.
6-
AES-256-GCM encryption, PII redaction, TRUTH QUOTIENT™ scoring.
7-
Server never sees plaintext. Works in 30 seconds.
4+
Persistent memory infrastructure for AI agents — encrypted,
5+
governed, and cross-agent. Server never sees plaintext.
86
version: "2.3.0"
97
icon: "🧠"
108
sourceUrl: "https://github.com/SynapseLayer/synapse-layer"

0 commit comments

Comments
 (0)