Skip to content

Releases: pablo-albaladejo/kaiord

@kaiord/mcp v4.7.0

14 Feb 21:45

Choose a tag to compare

📦 @kaiord/mcp

Version: 4.7.0
npm: @kaiord/mcp@4.7.0

Changelog

Minor Changes

  • 35c927e: Add Garmin Connect integration to CLI and MCP with login, logout, list, and push commands/tools

@kaiord/garmin-connect v4.6.0

14 Feb 21:45

Choose a tag to compare

📦 @kaiord/garmin-connect

Version: 4.6.0
npm: @kaiord/garmin-connect@4.6.0

Changelog

Minor Changes

  • 7a7a4fe: Add @kaiord/garmin-connect package: Garmin Connect API client with SSO authentication, workout listing, and workout pushing via KRD format

@kaiord/cli v4.7.0

14 Feb 21:45

Choose a tag to compare

📦 @kaiord/cli

Version: 4.7.0
npm: @kaiord/cli@4.7.0

Changelog

Minor Changes

  • 35c927e: Add Garmin Connect integration to CLI and MCP with login, logout, list, and push commands/tools

@kaiord/core v4.5.2

13 Feb 15:33

Choose a tag to compare

📦 @kaiord/core

Version: 4.5.2
npm: @kaiord/core@4.5.2

Changelog

Patch Changes

  • f5a5f58: Export isRepetitionBlock type guard from core, consolidating duplicate implementations in fit and garmin packages

@kaiord/cli v4.5.3

13 Feb 16:18

Choose a tag to compare

📦 @kaiord/cli

Version: 4.5.3
npm: @kaiord/cli@4.5.3

Changelog

Patch Changes

  • 6cc9ccb: Add comprehensive unit tests for target converters, duration converters, workout converters, and CLI utilities to close coverage gaps
  • Updated dependencies [6cc9ccb]
    • @kaiord/fit@4.5.3
    • @kaiord/tcx@4.5.3
    • @kaiord/zwo@4.5.3
    • @kaiord/garmin@4.5.3

@kaiord/mcp v4.5.1

12 Feb 04:51

Choose a tag to compare

📦 @kaiord/mcp

Version: 4.5.1
npm: @kaiord/mcp@4.5.1

Changelog

Patch Changes

  • 9dfe279: Replace non-null assertion with explicit guard in resolve-input.ts
  • Updated dependencies [9dfe279]
    • @kaiord/garmin@4.5.1

@kaiord/mcp v4.4.0

12 Feb 03:16

Choose a tag to compare

📦 @kaiord/mcp

Version: 4.4.0
npm: @kaiord/mcp@4.4.0

Changelog

Minor Changes

  • feat(mcp): add kaiord_get_format_spec tool and server instructions for KRD discoverability

LLMs connecting to the MCP server now get guided to the KRD format specification via:

  • Server instructions — tells the LLM to call kaiord_get_format_spec before creating KRD documents
  • New kaiord_get_format_spec tool — returns the full KRD format spec, making it discoverable via the tool listing

@kaiord/mcp v4.3.2

12 Feb 03:16

Choose a tag to compare

📦 @kaiord/mcp

Version: 4.3.2
npm: @kaiord/mcp@4.3.2

Changelog

Patch Changes

  • fix(mcp): remove duplicate shebang that caused SyntaxError on npx

@kaiord/mcp v4.3.0

12 Feb 03:16

Choose a tag to compare

📦 @kaiord/mcp

Version: 4.3.0
npm: @kaiord/mcp@4.3.0

Changelog

Minor Changes

  • feat(mcp): add MCP server package exposing Kaiord tools to AI agents
    • New @kaiord/mcp package with 6 tools, 3 resources, and 2 prompts for Claude Desktop/Code integration
    • Upgrade Zod from v3 to v4 across all packages
    • Remove zod-to-json-schema dependency in favor of native Zod v4 JSON schema generation

@kaiord/core v4.5.0

12 Feb 04:17

Choose a tag to compare

📦 @kaiord/core

Version: 4.5.0
npm: @kaiord/core@4.5.0

Changelog

Minor Changes

  • 2ab2077: Remove Logger dependency from schema-validator (domain-to-ports violation fix) and remove duplicate ValidationError type definition