Skip to content

v2.8.0

Latest

Choose a tag to compare

@codetalcott codetalcott released this 23 Jul 22:14
· 2 commits to main since this release
c0f25ec

First release of @hyperscript-tools/mcp-server on the hardened publish pipeline.

Changes

  • Cleaner parse_hyperscript output — the compact AST view drops internal plumbing (the isFeature marker, emptyCommandListCommand/implicitReturn terminators, object-valued args binding maps, and [circular] back-references). Real parameter lists on def/on are preserved.
  • Empty input returns the parser's real verdict instead of a misleading "missing parameter" error.
  • Security — patched transitive advisories: fast-uri → 3.1.4 (high) and esbuild → 0.28.1 (low, dev-only), via npm overrides.

Notes

  • Published to npm via GitHub Actions trusted publishing (OIDC) with provenance.
  • Independent versioning: this package tracks its own changes, not the hyperfixi/lokascript family cadence.