From 810cce7bcc01d5b7b79c62b1032ed7549e8ab868 Mon Sep 17 00:00:00 2001 From: pc-gemini Date: Fri, 14 Aug 2026 01:27:53 +0900 Subject: [PATCH] fix: fit MCP Registry description limit --- lhm.plugin.json | 2 +- server.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lhm.plugin.json b/lhm.plugin.json index d17a722..4ef53c3 100644 --- a/lhm.plugin.json +++ b/lhm.plugin.json @@ -1,7 +1,7 @@ { "identifier": "yonro-memory-os-cli", "name": "XMemo CLI", - "description": "Shared, governed long-term memory for AI agents — durable context across tools and sessions, exposed via MCP and REST.", + "description": "Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.", "author": "yonro", "authorUrl": "https://github.com/yonro", "homepage": "https://xmemo.dev/product/mcp", diff --git a/server.json b/server.json index ff963c9..1ab6f64 100644 --- a/server.json +++ b/server.json @@ -2,7 +2,7 @@ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", "name": "io.github.yonro/xmemo", "title": "XMemo", - "description": "Shared, governed long-term memory for AI agents — durable context across tools and sessions, exposed via MCP and REST.", + "description": "Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.", "websiteUrl": "https://xmemo.dev/product/mcp", "repository": { "url": "https://github.com/yonro/memory-os-cli",