chore(plasmic-mcp): bump to 0.2.4 - #514
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Releases the expression-parenthesization fix from #511 (#485).
package.jsonandmanifest.jsonboth move to 0.2.4. Both are required: the build fails if they disagree, because Claude Desktop reads the manifest while npm ships the package, and drift makes it impossible to tell which code a user has installed.0.2.4 rather than 0.3.0 on the basis that this is a bug fix, but the judgement is arguable — the eight write sites it touches previously had no validation at all, so input that is not parseable JavaScript is now refused rather than stored broken, and a simple scope path is stored as an
ObjectPathwhere it used to be aCustomCode.Verified on this tree (detached
origin/master+ this commit): type-check clean, 2391 tests passing across 56 files, bundle builds at 3954.7 KB, and the packed tarball installed into an isolated directory reports v0.2.4, completes the MCP handshake, and lists all 10 tools.Once merged,
plasmic-mcp-v0.2.4gets tagged on the merge commit, which triggers the.mcpbrelease, and the npm package is published from that tree.