diff --git a/README.md b/README.md index 053de23..ecbe577 100644 --- a/README.md +++ b/README.md @@ -75,9 +75,6 @@ scala-cli \ --main-class com.tjclp.fastmcp.examples.AnnotatedServer ``` -> [!WARNING] -> Resource templates are listed via both `resources/list` and `resource/templates/list` due to a [known issue with the MCP java SDK](https://github.com/modelcontextprotocol/java-sdk/issues/319) - > [!WARNING] > As of now, only STDIO is supported. We plan to support streamable http in the future. diff --git a/build.sbt b/build.sbt index 7179546..3cc31b8 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ sonatypeTimeoutMillis := 60000 ThisBuild / sonatypeCredentialHost := sonatypeCentralHost -ThisBuild / version := "0.1.3-SNAPSHOT" +ThisBuild / version := "0.2.0" val sv = "3.7.2" ThisBuild / scalaVersion := sv // Using Scala 3