-
Notifications
You must be signed in to change notification settings - Fork 135
Description
Is your feature request related to a problem? Please describe.
Since the library will probably change quite often in the foreseen future, consumers have to wait until a "full" release happen, before they can use the latest and greatest.
Describe the solution you'd like
I do like to see SNAPSHOT releases.
Each time something is merged to main
, a new SNAPSHOT release should be published to the publishing portal.
See https://central.sonatype.org/publish/publish-portal-snapshots/
Describe alternatives you've considered
Alternatively jitpack.io could be used.
But since 0.0.5 already failing (https://jitpack.io/#modelcontextprotocol/kotlin-sdk), and I'm not even aware of they can build iOS targets, I wouldn't consider this as a "real" alternative
Additional context
E.g. people waiting for a release for iOS (#81 (comment)).
People discover bugs earlier than later #105
... 🤷
I guess its just a best practise, no? 😁