Skip to content

Fix: use @latest to ensure npx auto-updates - #1

Merged
dewierwan merged 1 commit into
mainfrom
fix/npx-auto-update
Mar 10, 2026
Merged

Fix: use @latest to ensure npx auto-updates#1
dewierwan merged 1 commit into
mainfrom
fix/npx-auto-update

Conversation

@dewierwan

Copy link
Copy Markdown
Owner

Summary

  • Updates all install instructions to use ashby-mcp@latest instead of ashby-mcp
  • npx -y caches packages locally, so without @latest, users may run stale versions after an npm publish
  • This ensures all users automatically get the latest version on every run

Changes

  • README.md: Updated Claude Code install command and JSON config example to use ashby-mcp@latest

🤖 Generated with Claude Code

npx -y caches packages locally, so users running `npx -y ashby-mcp` may
get stale versions. Adding @latest forces npx to always check for the
newest published version.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@dewierwan
dewierwan merged commit b893e9e into main Mar 10, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant