My VS Code extension is not showing up

I am working on an extension, and for some reason it’s not showing up in the marketplace.

Here is the extension: review.ai - Visual Studio Marketplace

I have come across existing bugs stating the Cursor marketplace can be up to 24 hours out-of-date, but it’s been up for over a week.

Any insights into what could be causing it from being available? Thanks

Hey, is this the one?

Yes, that is the one! How is that working for you?

I also verified the response is coming back without any results.

POST to https://marketplace.cursorapi.com/_apis/public/gallery/extensionquery

{
  "filters": [
    {
      "criteria": [
        {
          "filterType": 10,
          "value": "review.ai"
        },
        {
          "filterType": 8,
          "value": "Microsoft.VisualStudio.Code"
        },
        {
          "filterType": 12,
          "value": "4096"
        }
      ],
      "pageNumber": 1,
      "pageSize": 50,
      "sortBy": 0,
      "sortOrder": 0
    }
  ],
  "assetTypes": [],
  "flags": 950
}

Redirect to GET: https://cursor-cdn.com/queries/prod/17/d59ad85b0813ffb68fb0acb88a7e1706aba2f04c767a36a45e6846303fdf33c0

Response:

{
  "results": [
    {
      "extensions": [],
      "resultMetadata": [
        {
          "metadataType": "ResultCount",
          "metadataItems": [
            {
              "name": "TotalCount",
              "count": 0
            }
          ]
        }
      ]
    }
  ]
}

Figured out it needs to be published on open-vsx.org