-
Notifications
You must be signed in to change notification settings - Fork 176
Prerelease 0.7.2-alpha1 #278
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
Conversation
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.
Pull Request Overview
This PR updates the version number from a SNAPSHOT to a prerelease alpha version to test a new publish plugin.
- Updates the mcp-kotlin version from "0.7.2-SNAPSHOT" to "0.7.2-alpha1"
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
kpavlov
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.
👍
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.
Thank you, @devcrocod, for tackling the publication work — I really appreciate the effort.
I’d like to ask whether we can remove the kotlin-sdk module now instead of keeping it. I understand why it was introduced and the maintenance involved, but in practice:
- It can unintentionally pull server dependencies into client applications (and vice versa), which is confusing for users. I believe users can figure out what dependency they need - client , server or both - and add apropriate dependency to their project.
- It commonly ends up as an unused transitive dependency.
- It increases Gradle configuration complexity without delivering clear value after the client/server split.
Could we make a separate PR that focuses on removing the module and the related Gradle/config changes? We could also keep the version bump in its own PR so each change has a single, clear purpose.
|
@kpavlov
|
kpavlov
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.
Let's merge to unblock the release, but I am not fully agree with your arguments
Motivation and Context
Breaking Changes
no
Types of changes
Checklist