Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@codeboyzhou codeboyzhou released this 16 Aug 05:28

Features

  • Add support for Streamable HTTP server.
  • Add SpotBugs plugin for static code analysis.

Dependencies

  • Update native MCP Java SDK from 0.11.1 to 0.11.2

Breaking Changes

Warning

The deprecated APIs in v0.6.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.6.0 for more details.

Deprecated

public record McpServerConfiguration(
    @Deprecated(since = "0.7.0", forRemoval = true)
    @JsonProperty("stdio") boolean stdio // use new field `mode` instead
)

Full Changelog

v0.6.0...v0.7.0