Skip to content

1.2.0

Choose a tag to compare

@github-actions github-actions released this 18 May 23:40
db92422

1.2.0 (2026-05-18)

Added

  • annotations: introduce new annotation utilities for tool configuration (7d611f1)
  • domains.ts, instances.ts: replace annotation hints with explicit annotations for better clarity and consistency (7d611f1)
  • index.ts: dynamically load package version using loadPackageVersion function (7d611f1)
  • tool-errors: add tool error formatting and schema (7d611f1)
  • tool-registry: integrate output schema and error formatting (7d611f1)
  • utils: add output schema for Contabo API responses (7d611f1)
  • version.ts: add utility to load package version from package.json (7d611f1)

Fixed

  • errors.ts: create ContaboApiError class for better error handling (7d611f1)
  • pagination: clarify items per page description (7d611f1)
  • response: enhance sensitive data redaction logic (7d611f1)

Changed

  • add npm version badge to README files (b6c67c8)
  • ci.yml: add MCP build smoke test to verify version and tool registration (7d611f1)
  • client.ts: replace contaboErrorMessage with buildContaboApiError for error handling (7d611f1)
  • evaluations: update evaluation questions and answers for MCP tools (7d611f1)
  • instances-list.test.ts: add test for listing instances with pagination to ensure correct API call and response handling (7d611f1)
  • instances-list.test.ts: update query parameter types to strings for consistency with API expectations (adeb177)
  • README.md: add evaluations section for agent testing scenarios (7d611f1)
  • README.md: expand tool annotations and error payloads sections (7d611f1)
  • response: add test for redacting S3 credentials (7d611f1)
  • tool-errors: add tests for tool error formatting (7d611f1)
  • tools.test.ts: add test to verify MCP annotations on tools (7d611f1)
  • tools.test.ts: enhance tool annotation checks to ensure presence of at least one MCP hint for better test coverage (adeb177)
  • version: add test for package version loading (7d611f1)