Summary
I published io.github.Dusheh/myclaw-toolkit v1.0.8 to the registry via CI/CD (mcp-publisher), which returned success:
After 2+ days, the server still does not appear in:
GET /v0.1/servers listing (30 total servers)
GET /v0/servers/io.github.Dusheh/myclaw-toolkit (404)
server.json
{
"name": "io.github.Dusheh/myclaw-toolkit",
"description": "23-in-1 developer utility toolkit",
"repository": { "url": "https://github.com/Dusheh/myclaw-toolkit", "source": "github" },
"version": "1.0.8",
"packages": [
{ "identifier": "myclaw-toolkit", "registryType": "npm", "version": "1.0.8", "transport": { "type": "stdio" } }
]
}
Related
Summary
I published
io.github.Dusheh/myclaw-toolkitv1.0.8 to the registry via CI/CD (mcp-publisher), which returned success:After 2+ days, the server still does not appear in:
GET /v0.1/serverslisting (30 total servers)GET /v0/servers/io.github.Dusheh/myclaw-toolkit(404)server.json
{ "name": "io.github.Dusheh/myclaw-toolkit", "description": "23-in-1 developer utility toolkit", "repository": { "url": "https://github.com/Dusheh/myclaw-toolkit", "source": "github" }, "version": "1.0.8", "packages": [ { "identifier": "myclaw-toolkit", "registryType": "npm", "version": "1.0.8", "transport": { "type": "stdio" } } ] }Related