Releases: pablo-albaladejo/kaiord
Releases · pablo-albaladejo/kaiord
@kaiord/mcp v4.7.0
📦 @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
📦 @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
📦 @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
📦 @kaiord/core
Version: 4.5.2
npm: @kaiord/core@4.5.2
Changelog
Patch Changes
- f5a5f58: Export
isRepetitionBlocktype guard from core, consolidating duplicate implementations in fit and garmin packages
@kaiord/cli v4.5.3
@kaiord/mcp v4.5.1
@kaiord/mcp v4.4.0
📦 @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_specbefore creating KRD documents - New
kaiord_get_format_spectool — returns the full KRD format spec, making it discoverable via the tool listing
@kaiord/mcp v4.3.2
📦 @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
📦 @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/mcppackage 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-schemadependency in favor of native Zod v4 JSON schema generation
- New
@kaiord/core v4.5.0
📦 @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