This repository was archived by the owner on Apr 8, 2025. It is now read-only.
generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 282
(WIP) Base for Java docs #125
Merged
Merged
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
markpollack
reviewed
Feb 4, 2025
| Using the BOM from your application's build script avoids the need for you to specify and maintain the dependency versions yourself. | ||
| Instead, the version of the BOM you're using determines the utilized dependency versions. | ||
| It also ensures that you're using supported and tested versions of the dependencies by default, unless you choose to override them. | ||
|
|
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.
Change the above two sentences to
Instead, the version of the BOM you're using determines all dependency versions. This ensures you're using supported and tested versions by default, unless you choose to override them.
Contributor
Author
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.
@tzolov do you mind making this change?
zckly
commented
Feb 5, 2025
Add visual documentation for Java SDK architecture: - PlantUML class diagrams showing core components and relationships - Client and server architecture diagrams - Stack architecture overview - Generated UML class diagram with detailed implementation structure
Signed-off-by: Dariusz Jędrzejczyk <dariusz.jedrzejczyk@broadcom.com>
b912c15 to
431edd0
Compare
tzolov
added a commit
to tzolov/modelcontextprotocol-docs
that referenced
this pull request
Mar 20, 2025
* Base for Java docs * docs(java): Migrate Java-SDK/docs Add visual documentation for Java SDK architecture: - PlantUML class diagrams showing core components and relationships - Client and server architecture diagrams - Stack architecture overview - Generated UML class diagram with detailed implementation structure * Add Java Client and Server quickstarts * reorder, redact, correct java-sdk docs Signed-off-by: Dariusz Jędrzejczyk <dariusz.jedrzejczyk@broadcom.com> * updated updates.mdx * fix docs.json --------- Signed-off-by: Dariusz Jędrzejczyk <dariusz.jedrzejczyk@broadcom.com> Co-authored-by: Christian Tzolov <christian.tzolov@broadcom.com> Co-authored-by: Dariusz Jędrzejczyk <dariusz.jedrzejczyk@broadcom.com> Co-authored-by: David Soria Parra <davidsp@anthropic.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
/sdk/javafolderI'm deciding not to link to /sdk/java/overview from https://modelcontextprotocol.io directly for now to reduce clutter. The idea is that developers will be able to find /sdk/java/overview from the /java-sdk repo
Now

introduction.mdxlooks like thisMotivation and Context
How Has This Been Tested?
Breaking Changes
Types of changes
Checklist
Additional context