-
Notifications
You must be signed in to change notification settings - Fork 310
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Right now when you publish with mcp-publisher publish
you just get a generic Success message.
From there you would typically want to go and see your server listing in the registry to verify everything is like you want and that it really worked.
Today it was easy to do was easy to do because all servers fit on Page 1 of https://registry.modelcontextprotocol.io/v0/servers?limit=100 - but soon that will not be possible anymore.
Upon publishing, the CLI should print more info about the published server instead of just a generic message. It should at least print the id
that's found in _meta
. Then you can visit https://registry.modelcontextprotocol.io/v0/servers/{id}
to verify.
example/context: https://x.com/KirkMarple/status/1965510455482613816
jaw9c
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request