-
Notifications
You must be signed in to change notification settings - Fork 556
docs: add community resources section with OtherVibes/mcp-publish-action #544
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
domdomegg
merged 3 commits into
modelcontextprotocol:main
from
OtherVibes:docs/add-community-resources-section
Sep 29, 2025
Merged
docs: add community resources section with OtherVibes/mcp-publish-action #544
domdomegg
merged 3 commits into
modelcontextprotocol:main
from
OtherVibes:docs/add-community-resources-section
Sep 29, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
|
@domdomegg - I'll rebase this one on top of what we just added |
…n with OtherVibes/mcp-publish-action Add Community Resources section to GitHub Actions guide referencing OtherVibes/mcp-publish-action as requested in discussion #518. - Add third-party GitHub Action reference with appropriate disclaimers - Include example usage and key features - Position after Tips section for discoverability - Structure allows for future community tool additions Addresses: #518
…s section with OtherVibes/mcp-publish-action" This reverts commit f36a155.
Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
rdimitrov
approved these changes
Sep 29, 2025
Member
rdimitrov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks you, @OtherVibes! 🚀
I hope you don't mind that I had to rebase your changes 🙏
Contributor
Author
Not at all, thanks! |
domdomegg
approved these changes
Sep 29, 2025
Member
|
🚀 Thanks both! |
slimslenderslacks
pushed a commit
to slimslenderslacks/registry
that referenced
this pull request
Dec 18, 2025
…ion (modelcontextprotocol#544) ## Summary Add Community Resources section to GitHub Actions guide referencing OtherVibes/mcp-publish-action as requested in discussion modelcontextprotocol#518. ## Changes - Add "Community Resources" section to `docs/guides/publishing/github-actions.md` - Include reference to OtherVibes/mcp-publish-action with appropriate disclaimers - Provide example usage and key features - Position after Tips section for discoverability - Structure allows for future community tool additions ## Context This addresses the community request in discussion modelcontextprotocol#518 where @OtherVibes suggested adding a reference to their reusable GitHub Action in the publishing docs. The maintainers (@tadasant, @domdomegg) approved adding a community resources section with appropriate disclaimers. The implementation follows the original request to add the reference specifically to the GitHub Actions guide (`docs/guides/publishing/github-actions.md`) rather than creating a separate page. ## Benefits - Provides users with a streamlined, community-built option for MCP server publishing - Reduces workflow boilerplate for developers - Includes clear disclaimers about third-party tools - Maintains documentation cohesion by keeping everything in the relevant file Closes modelcontextprotocol#518 --------- Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com> Co-authored-by: OtherVibes <othervibes@users.noreply.github.com> Co-authored-by: Radoslav Dimitrov <radoslav@stacklok.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Add Community Resources section to GitHub Actions guide referencing OtherVibes/mcp-publish-action as requested in discussion #518.
Changes
docs/guides/publishing/github-actions.mdContext
This addresses the community request in discussion #518 where @OtherVibes suggested adding a reference to their reusable GitHub Action in the publishing docs. The maintainers (@tadasant, @domdomegg) approved adding a community resources section with appropriate disclaimers.
The implementation follows the original request to add the reference specifically to the GitHub Actions guide (
docs/guides/publishing/github-actions.md) rather than creating a separate page.Benefits
Closes #518