-
Notifications
You must be signed in to change notification settings - Fork 609
Open
Description
Summary
I published io.github.omega-memory/core v0.9.2 to the registry, but it does not appear in the public listing or API results.
Steps to Reproduce
- Authenticated via
mcp-publisher login github - Validated
server.json— passes:mcp-publisher validate→ "server.json is valid" - Published:
mcp-publisher publish— succeeded on first attempt - Attempted re-publish — got expected error:
"cannot publish duplicate version"(confirming v0.9.2 was accepted) - Searched the registry UI at https://registry.modelcontextprotocol.io — server does not appear
- Queried
GET /v0.1/servers?limit=96across multiple pages — no match for "omega"
server.json
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.omega-memory/core",
"description": "Persistent memory for AI coding agents. #1 on LongMemEval. 26 MCP tools. Local-first.",
"repository": {
"url": "https://github.com/omega-memory/core",
"source": "github"
},
"version": "0.9.2",
"packages": [
{
"registryType": "pypi",
"identifier": "omega-memory",
"version": "0.9.2",
"transport": {
"type": "stdio"
},
"environmentVariables": []
}
]
}Expected
Server should appear in registry search results and API responses after a successful publish.
Environment
mcp-publisherCLI (latest via Homebrew)- Authenticated via GitHub OAuth (
omega-memoryorg) - PyPI package
omega-memoryv0.9.2 exists: https://pypi.org/project/omega-memory/ - GitHub repo: https://github.com/omega-memory/core
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels