docs: Split community projects into sections, and add Java client#758
Merged
domdomegg merged 2 commits intomodelcontextprotocol:mainfrom Nov 10, 2025
Merged
docs: Split community projects into sections, and add Java client#758domdomegg merged 2 commits intomodelcontextprotocol:mainfrom
domdomegg merged 2 commits intomodelcontextprotocol:mainfrom
Conversation
domdomegg
reviewed
Nov 9, 2025
domdomegg
requested changes
Nov 9, 2025
Member
domdomegg
left a comment
There was a problem hiding this comment.
Nice, generally looks good. Just one comment above and we can get this merged ;)
rdimitrov
approved these changes
Nov 10, 2025
domdomegg
approved these changes
Nov 10, 2025
Swathi-MuraliSrinivasan
pushed a commit
to Swathi-MuraliSrinivasan/paychex-mcp-registry
that referenced
this pull request
Nov 20, 2025
…delcontextprotocol#758) ## Motivation and Context I found the current raw assorted list of community project a bit overwhelming and confusing at first. So I gave some thought to it, and realized that at first I primarily wanted to see what there is to browse the registry - so that should probably go first? (The current magnifying glass icon, which was even missing on one of the links, wasn't obvious enough, for me.) Also I was looking for a Java client, and realized there already Go and TS clients in this list - let's group those. The Other section in the middle is for everything else (for now, it can always further evolve, later). ## How Has This Been Tested? N/A, as documentation only. ## Breaking Changes Nope, it's documentation only. ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [X] Documentation update ## Checklist - [X] I have read the [MCP Documentation](https://modelcontextprotocol.io) - [X] My code follows the repository's style guidelines - [X] New and existing tests pass locally - [X] I have added appropriate error handling - [X] I have added or updated documentation as needed
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.
Motivation and Context
I found the current raw assorted list of community project a bit overwhelming and confusing at first.
So I gave some thought to it, and realized that at first I primarily wanted to see what there is to browse the registry - so that should probably go first? (The current magnifying glass icon, which was even missing on one of the links, wasn't obvious enough, for me.)
Also I was looking for a Java client, and realized there already Go and TS clients in this list - let's group those.
The Other section in the middle is for everything else (for now, it can always further evolve, later).
How Has This Been Tested?
N/A, as documentation only.
Breaking Changes
Nope, it's documentation only.
Types of changes
Checklist