From df4ab1b4e3c64d2abba40bfac8efc90855cc45c2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 27 Feb 2026 00:44:59 +0000 Subject: [PATCH 1/2] Initial plan From 3c143f72dc1ec249e5f9c85d4ba37a88d69aa168 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 27 Feb 2026 00:48:14 +0000 Subject: [PATCH 2/2] Add pmll-memory-mcp server.json registry entry Co-authored-by: drQedwards <213266729+drQedwards@users.noreply.github.com> --- .../io.github.drQedwards/pmll-memory-mcp.json | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 data/io.github.drQedwards/pmll-memory-mcp.json diff --git a/data/io.github.drQedwards/pmll-memory-mcp.json b/data/io.github.drQedwards/pmll-memory-mcp.json new file mode 100644 index 000000000..84586a92c --- /dev/null +++ b/data/io.github.drQedwards/pmll-memory-mcp.json @@ -0,0 +1,40 @@ +{ + "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", + "name": "io.github.drQedwards/pmll-memory-mcp", + "title": "PMLL Memory MCP", + "version": "0.1.0", + "description": "Short-term KV context memory and Q-promise deduplication for Claude agent tasks via peek().", + "repository": { + "url": "https://github.com/drQedwards/PPM", + "source": "github", + "id": "1008142203", + "subfolder": "mcp" + }, + "websiteUrl": "https://github.com/drQedwards/PPM/tree/main/mcp", + "packages": [ + { + "registryType": "pypi", + "registryBaseUrl": "https://pypi.org", + "identifier": "pmll-memory-mcp", + "version": "0.1.0", + "runtimeHint": "uvx", + "transport": { + "type": "stdio" + }, + "environmentVariables": [ + { + "name": "PMLL_SILO_SIZE", + "description": "Number of KV slots in the PMLL memory silo per session. Defaults to 256.", + "isRequired": false, + "default": "256" + }, + { + "name": "PMLL_SESSION_TTL", + "description": "Time-to-live in seconds for memory sessions. Defaults to 3600.", + "isRequired": false, + "default": "3600" + } + ] + } + ] +}