Skip to content

v0.1.3: ecosystem metadata alignment

Choose a tag to compare

@cyanheads cyanheads released this 26 May 07:38
v0.1.3
2f5a101

ecosystem metadata alignment

Added author/funding fields, FUNDING.yml, and one-click install badges (Claude Desktop, Cursor, VS Code). Migrated all package.json scripts to bun run. Also backfills the missing 0.1.2 changelog entry.

Added:

  • .github/FUNDING.yml (GitHub Sponsors + Buy Me a Coffee)
  • README install badges (Claude Desktop .mcpb, Cursor deeplink, VS Code deeplink)
  • README Docker and npm badges

Changed:

  • package.json scripts: tsx → bun run; bundle/test/start scripts updated
  • package.json metadata: author, funding, packageManager, bugs, homepage added
  • manifest.json: version, description, author populated
  • README: version badge 0.1.3, Bun badge corrected to v1.3.0

Removed:

  • tsx dev dependency (no longer needed after script migration)

86 tests pass; bun run devcheck clean.