Skip to content

Conversation

@kpavlov
Copy link
Contributor

@kpavlov kpavlov commented Oct 21, 2025

Update badges in README and set version to 0.7.4-SNAPSHOT

Not updating the version of sample projects because of #302

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

- Set version to 0.7.4-SNAPSHOT excluding samples because of #302
- Simplify build.yml
- Update badges in README
@kpavlov kpavlov added documentation Improvements or additions to documentation dependencies Pull requests that update a dependency file labels Oct 21, 2025
@kpavlov kpavlov requested a review from devcrocod October 21, 2025 17:02
@kpavlov kpavlov marked this pull request as ready for review October 21, 2025 17:02
README.md Outdated
@@ -1,8 +1,10 @@
# MCP Kotlin SDK

[![Maven Central](https://img.shields.io/maven-central/v/io.modelcontextprotocol/kotlin-sdk.svg?label=Maven%20Central)](https://repo1.maven.org/maven2/io/modelcontextprotocol/kotlin-sdk/)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The badge should link to the Maven Central page, that is, to https://central.sonatype.com/artifact/io.modelcontextprotocol/kotlin-sdk

# MCP Kotlin SDK

[![Maven Central](https://img.shields.io/maven-central/v/io.modelcontextprotocol/kotlin-sdk.svg?label=Maven%20Central)](https://repo1.maven.org/maven2/io/modelcontextprotocol/kotlin-sdk/)
[![Kotlin](https://img.shields.io/badge/kotlin-2.2+-blueviolet.svg?logo=kotlin)](http://kotlinlang.org)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Kotlin badge isn’t needed, especially with a fixed version. Having too many badges makes them harder to read

[![Maven Central](https://img.shields.io/maven-central/v/io.modelcontextprotocol/kotlin-sdk.svg?label=Maven%20Central)](https://repo1.maven.org/maven2/io/modelcontextprotocol/kotlin-sdk/)
[![Kotlin](https://img.shields.io/badge/kotlin-2.2+-blueviolet.svg?logo=kotlin)](http://kotlinlang.org)
[![Kotlin Multiplatform](https://img.shields.io/badge/Kotlin-Multiplatform-blueviolet?logo=kotlin)](https://kotlinlang.org/docs/multiplatform.html)
[![JVM](https://img.shields.io/badge/JVM-1.8+-red.svg?logo=jvm)](http://java.com)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this badge needed?

@devcrocod devcrocod self-requested a review October 22, 2025 10:47
Copy link
Contributor

@devcrocod devcrocod left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@kpavlov kpavlov merged commit 79bfed0 into main Oct 22, 2025
4 checks passed
@kpavlov kpavlov deleted the 0.7.4-SNAPSHOT branch October 22, 2025 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants