Skip to content

v0.2.0

Compare
Choose a tag to compare
@codeboyzhou codeboyzhou released this 19 Apr 21:28
· 9 commits to main since this release

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