Conversation
nasdan
approved these changes
May 8, 2026
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to dev, this PR will be updated.
Releases
@lemoncode/quickmock-mcp@0.1.0
Minor Changes
2282316: First public release of the QuickMock VS Code extension and its MCP server.
quickmock(VS Code extension).qmfiles backed by the QuickMock web app, served inside a webview.quickmock.appUrlsetting (defaulthttps://quickmock.net/editor.html) to point the editor and the MCP renderer at any QuickMock instance. Changes refresh open editors and respawn the MCP server.McpServerDefinitionProvider. Existing entries are refreshed on activation so users always end up pointing at the right MCP invocation..vsix. In production the extension spawns it on demand vianpx -y @lemoncode/quickmock-mcp, so users always run the latest published MCP without waiting for an extension release. In development it resolves the local workspace build.@lemoncode/quickmock-mcp(MCP server)list_wireframes,get_wireframe_json,get_wireframe_pages,get_wireframe_assetsandcapture_wireframe.puppeteer-coreagainst the QuickMock app, using a postMessage bridge.@puppeteer/browsers, cached under~/.quickmock/browsers, so headless rendering works without relying on the user's local browser install.~/.quickmock/app-url(written by the extension) with a production fallback, so the MCP works out of the box regardless of how it is spawned.quickmock@0.1.0
Minor Changes
2282316: First public release of the QuickMock VS Code extension and its MCP server.
quickmock(VS Code extension).qmfiles backed by the QuickMock web app, served inside a webview.quickmock.appUrlsetting (defaulthttps://quickmock.net/editor.html) to point the editor and the MCP renderer at any QuickMock instance. Changes refresh open editors and respawn the MCP server.McpServerDefinitionProvider. Existing entries are refreshed on activation so users always end up pointing at the right MCP invocation..vsix. In production the extension spawns it on demand vianpx -y @lemoncode/quickmock-mcp, so users always run the latest published MCP without waiting for an extension release. In development it resolves the local workspace build.@lemoncode/quickmock-mcp(MCP server)list_wireframes,get_wireframe_json,get_wireframe_pages,get_wireframe_assetsandcapture_wireframe.puppeteer-coreagainst the QuickMock app, using a postMessage bridge.@puppeteer/browsers, cached under~/.quickmock/browsers, so headless rendering works without relying on the user's local browser install.~/.quickmock/app-url(written by the extension) with a production fallback, so the MCP works out of the box regardless of how it is spawned.Patch Changes