Skip to content

chore: version packages#837

Merged
nasdan merged 1 commit intodevfrom
changeset-release/dev
May 8, 2026
Merged

chore: version packages#837
nasdan merged 1 commit intodevfrom
changeset-release/dev

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 8, 2026

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)

    • Custom editor for .qm files backed by the QuickMock web app, served inside a webview.
    • quickmock.appUrl setting (default https://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.
    • Automatic MCP server registration for VS Code / GitHub Copilot, Claude Code, Cursor, Windsurf and Claude Desktop, plus a dynamic McpServerDefinitionProvider. Existing entries are refreshed on activation so users always end up pointing at the right MCP invocation.
    • The MCP server is no longer bundled inside the .vsix. In production the extension spawns it on demand via npx -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)

    • MCP tools to explore and render wireframes: list_wireframes, get_wireframe_json, get_wireframe_pages, get_wireframe_assets and capture_wireframe.
    • Headless screenshot pipeline via puppeteer-core against the QuickMock app, using a postMessage bridge.
    • On-demand Chromium download via @puppeteer/browsers, cached under ~/.quickmock/browsers, so headless rendering works without relying on the user's local browser install.
    • Reads the target app URL from ~/.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)

    • Custom editor for .qm files backed by the QuickMock web app, served inside a webview.
    • quickmock.appUrl setting (default https://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.
    • Automatic MCP server registration for VS Code / GitHub Copilot, Claude Code, Cursor, Windsurf and Claude Desktop, plus a dynamic McpServerDefinitionProvider. Existing entries are refreshed on activation so users always end up pointing at the right MCP invocation.
    • The MCP server is no longer bundled inside the .vsix. In production the extension spawns it on demand via npx -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)

    • MCP tools to explore and render wireframes: list_wireframes, get_wireframe_json, get_wireframe_pages, get_wireframe_assets and capture_wireframe.
    • Headless screenshot pipeline via puppeteer-core against the QuickMock app, using a postMessage bridge.
    • On-demand Chromium download via @puppeteer/browsers, cached under ~/.quickmock/browsers, so headless rendering works without relying on the user's local browser install.
    • Reads the target app URL from ~/.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

  • Updated dependencies [2282316]
    • @lemoncode/quickmock-mcp@0.1.0

@nasdan nasdan merged commit f74c78a into dev May 8, 2026
@nasdan nasdan deleted the changeset-release/dev branch May 8, 2026 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant