Skip to content

v0.0.3 (Developer Preview)

Latest
Compare
Choose a tag to compare
@sugmanue sugmanue released this 22 Aug 17:09
· 20 commits to main since this release
1ad3161

0.0.3 (08/21/2025)

Warning

This is a developer-preview release and may contain bugs. No guarantee is made about API stability.
This release is not recommended for production use!

Features

  • Added Model Context Protocol (MCP) CLI to manage MCP Servers.
  • Added Model Context Protocol (MCP) server generation from Smithy models with AWS service bundles and generic bundles.
  • Added @prompts trait to provide contextual guidance for LLMs when using Smithy services.
  • Added @tool_assistant and @install_tool prompts for enhanced AI integration.
  • Added CORS headers support for Netty server request handler.
  • Added Document support and BigDecimal/BigInteger support for RPCv2 CBOR protocol.
  • Added pretty printing support for JSON serialization.
  • Added client-config command to configure client configurations.
  • Added request-level override capabilities and call config interceptor support.
  • Added JMESPath to_number function.
  • Added dynamic tool loading and search tools support.
  • Added StdIo MCP proxy and process I/O proxy functionality.
  • Added support for customizing smithy mcp home directory.

Bug Fixes

  • Fixed empty prefix headers tests.
  • Changed generated getters to have 'get' prefix.
  • Fixed smithy-call issues.
  • Fixed Registry selection and injection.
  • Fixed missing newline in generated code.
  • Fixed cross-branch pollution bug in SchemaConverter recursion detection.
  • Fixed incorrect bitmask exposed by DeferredMemberSchema.
  • Fixed service file merging for mcp-schemas.
  • Fixed message in generated exceptions when message field has different casing.
  • Fixed bounds check when non-exact bytebuffer is passed.
  • Fixed ResourceGenerator to handle resources with more than 10 properties.
  • Fixed JSON Documents equals implementation.
  • Fixed CSV header parsing to not include quotes.
  • Fixed AWS model bundle operation filtering logic.
  • Fixed integration tests and flaky test issues.
  • Fixed README to have correct example names for lambda example.

Improvements

  • Made JAR builds reproducible.
  • Updated to build with JDK21 while targeting JDK17.
  • Added Graal metadata generation for native CLI builds.
  • Added version provider SPI and exit code telemetry.