Skip to content

v0.8.0

Latest
Compare
Choose a tag to compare
@codeboyzhou codeboyzhou released this 27 Aug 14:12

Feature

  • Add default mcp-server configuration file with streamable settings.

Dependencies

  • Update org.jetbrains:annotations from 24.0.0 to 26.0.2
  • Update com.google.inject:guice from 6.0.0 to 7.0.0
  • Update com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.18.3 to 2.19.2
  • Update org.eclipse.jetty.ee10:jetty-ee10-servlet from 12.0.18 to 12.1.0
  • Update org.junit.jupiter:junit-jupiter from 5.10.2 to 5.13.4
  • Update org.mockito:mockito-core from 5.18.0 to 5.19.0

Breaking Changes

Warning

The deprecated APIs in v0.7.0 have been removed in this version, new APIs are recommended to use.
Also see https://github.com/codeboyzhou/mcp-declarative-java-sdk/releases/tag/v0.7.0 for more details.

Deprecated & Removed

@Deprecated(since = "0.8.0", forRemoval = true)
public @interface McpResources {}
@Deprecated(since = "0.8.0", forRemoval = true)
public @interface McpPrompts {}
@Deprecated(since = "0.8.0", forRemoval = true)
public @interface McpTools {}

Full Changelog

v0.7.0...v0.8.0