Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Conversation

@zckly
Copy link
Contributor

@zckly zckly commented Jan 30, 2025

I'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.mdx looks like this
CleanShot 2025-01-30 at 11 09 46@2x

Motivation and Context

How Has This Been Tested?

Breaking Changes

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)
  • Documentation update

Checklist

  • I have read the MCP Documentation
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have added or updated documentation as needed

Additional context

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.

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.

Copy link
Contributor Author

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 and others added 6 commits February 14, 2025 14:23
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>
@dsp-ant dsp-ant force-pushed the zack-lee/java-sdk-dcs branch from b912c15 to 431edd0 Compare February 14, 2025 14:43
@dsp-ant dsp-ant merged commit 904083c into main Feb 14, 2025
1 check failed
@dsp-ant dsp-ant deleted the zack-lee/java-sdk-dcs branch February 14, 2025 14:43
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.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants