Features
- Add support for MCP server
requestTimeout
option. - Add support for MCP server yaml configuration.
- Add support for complex JSON schema definitions.
- Add new API
McpServers.startServer()
.
Bug Fixes
- Parameters Display Order (PR #2): Fixed the parameters display order issue in MCP Inspector v0.12.0.
Dependencies
- Update native MCP Java SDK from 0.9.0 to 0.10.0
Deprecated
The following APIs in McpServers
are no longer recommended for use due to some new features of MCP Java SDK 0.10.0.
@Deprecated(since = "0.4.0")
public void startSyncStdioServer(String name, String version, String instructions)
Full Changelog
Contributors
We'd like to thank the following contributors for their work on this release:
- steveGuRen (@steveGuRen)
- Jason Ryan (@codeboyzhou)