docs: add community resources section with OtherVibes/mcp-publish-action#544
Merged
domdomegg merged 3 commits intomodelcontextprotocol:mainfrom Sep 29, 2025
OtherVibes:docs/add-community-resources-section
Merged
docs: add community resources section with OtherVibes/mcp-publish-action#544domdomegg merged 3 commits intomodelcontextprotocol:mainfrom OtherVibes:docs/add-community-resources-section
domdomegg merged 3 commits intomodelcontextprotocol:mainfrom
OtherVibes:docs/add-community-resources-section
Conversation
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.
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>
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
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