Skip to content

Releases: codeboyzhou/mcp-declarative-java-sdk

v0.3.0

20 Apr 05:13
Compare
Choose a tag to compare

Features

  • MCP prompt is now supported

Breaking Changes

Warning

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

Full Changelog

0.2.x...0.3.x

v0.2.0

19 Apr 21:28
Compare
Choose a tag to compare

Features

  • Add sortpom-maven-plugin for dependency sorting.
  • Add unit tests for MCP component scanning.
  • Add Maven build workflow for CI integration.
  • Refactor and add unit tests for McpServers.

Dependencies

  • Update native MCP Java SDK from 0.8.1 to 0.9.0

Deprecated

The following APIs in McpServers are no longer recommended for use due to some new features of MCP Java SDK 0.9.0.

@Deprecated(since = "0.2.0")
public void startSyncStdioServer(String name, String version)
@Deprecated(since = "0.2.0")
public void startSyncSseServer(String name, String version, String messageEndpoint, String sseEndpoint, int port)
@Deprecated(since = "0.2.0")
public void startSyncSseServer(String name, String version, int port)
@Deprecated(since = "0.2.0")
public void startSyncSseServer(String name, String version)

Full Changelog

0.1.x...0.2.x

v0.1.0

06 Apr 02:15
b4cfe8c
Compare
Choose a tag to compare

Features

  • A preliminary implementation of annotation-driven MCP Java SDK

Full Changelog

https://github.com/codeboyzhou/mcp-declarative-java-sdk/commits/v0.1.0