Tags: modelcontextprotocol/ext-apps
Tags
chore: bump to 0.2.2 + make Zod schemas version-agnostic (v3.25+/v4) (#… …178) * feat: make generated Zod schemas version-agnostic (v3.25+/v4) - Change generated schema imports from `zod/v4` to standard `zod` - Replace v4-only `z.looseObject()` with `z.object().passthrough()` - Works with both Zod v3.25+ and v4, matching MCP TS SDK approach - Bump version to 0.2.2 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]> * chore: regenerate package-lock.json in Docker 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]> --------- Co-authored-by: Claude <[email protected]>
chore: release 0.2.1 - widen @oven/bun-* version range (#176) * fix: widen @oven/bun-* version range to improve install compatibility Lower the minimum version of @oven/bun-* optional dependencies from ^1.3.4 to ^1.2.21. This is the lowest common version available across all platform-specific packages, improving compatibility for contributors who may not have access to the latest package versions. The caret range (^) still allows npm to install newer versions when available. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]> * chore: bump version to 0.2.1 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]> --------- Co-authored-by: Claude <[email protected]>
release: 0.1.1 (prettier fix to unlock release) (#138) * fix: prettify generated files on the fly - Add prettier --write to generate:schemas script to format generated files immediately after generation - Remove redundant prettier:fix from CI schema verification step (now that generation includes formatting) This fixes the release CI failure where generated files weren't formatted. Previously, PR CI masked this by running prettier:fix before the final prettier check, while release CI ran the check directly on freshly-generated (unformatted) files. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]> * format --------- Co-authored-by: Claude <[email protected]>
release: 0.1.1 (prettier fix to unlock release) (#138) * fix: prettify generated files on the fly - Add prettier --write to generate:schemas script to format generated files immediately after generation - Remove redundant prettier:fix from CI schema verification step (now that generation includes formatting) This fixes the release CI failure where generated files weren't formatted. Previously, PR CI masked this by running prettier:fix before the final prettier check, while release CI ran the check directly on freshly-generated (unformatted) files. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]> * format --------- Co-authored-by: Claude <[email protected]>
release: 0.0.6 (#112) * release: fix NPM_SECRET reference * release: 0.0.5 * Add repository field to package.json Required for npm provenance verification to link the package to the GitHub repository. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]> * release: 0.0.6 --------- Co-authored-by: Claude <[email protected]>
release: 0.0.3, switched to npm trusted publishing (#101) * version: 0.0.2 * Switch to npm trusted publishing (OIDC) - Remove NPM_TOKEN secret requirement from npm-publish workflow - Uses OIDC for authentication (more secure, no long-lived tokens) - Update CONTRIBUTING.md with trusted publisher setup instructions 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]> * 0.0.3 --------- Co-authored-by: Claude <[email protected]>
PreviousNext