Skip to content

Version 0.1.0

Latest

Choose a tag to compare

@macakdev macakdev released this 10 Aug 06:46

⚠️ Breaking

Package renamed to @macakdev/gc-mcp (was @ace4seven/gc-mcp). Future releases go to the new scope only.

npm uninstall -g @ace4seven/gc-mcp
npx @macakdev/gc-mcp setup

Existing MCP client configs still point at the old package. Re-running setup rewrites them for every detected client; alternatively, edit the args entry by hand. Garmin tokens in ~/.gc-mcp/ are unaffected — no re-login needed.

The repository also moved to github.com/macakdev/GC-MCP.

🐛 Fixed

Published package was missing dist/coach/. The files glob dist/.js matched only top-level files, so every coach tool crashed at startup with Cannot find module './coach/state'. The glob is now dist/**/.js, with dist/tests excluded. This is what made 0.0.3 unusable via npx.