Tags: GQAdonis/ext-apps
Tags
release: 0.1.1 (prettier fix to unlock release) (modelcontextprotocol… …#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) (modelcontextprotocol… …#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 (modelcontextprotocol#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.5 (fix release config again) (modelcontextprotocol#110) * release: fix NPM_SECRET reference * release: 0.0.5
release: v0.0.4 (try using node token again) (modelcontextprotocol#102) * release: reinstate NODE_AUTH_TOKEN * v0.0.4
release: 0.0.3, switched to npm trusted publishing (modelcontextproto… …col#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]>