Skip to content

Published server not appearing in registry listing #960

@singularityjason

Description

@singularityjason

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

  1. Authenticated via mcp-publisher login github
  2. Validated server.json — passes: mcp-publisher validate → "server.json is valid"
  3. Published: mcp-publisher publish — succeeded on first attempt
  4. Attempted re-publish — got expected error: "cannot publish duplicate version" (confirming v0.9.2 was accepted)
  5. Searched the registry UI at https://registry.modelcontextprotocol.io — server does not appear
  6. Queried GET /v0.1/servers?limit=96 across 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions