Skip to content

Commit 1cc4bc7

Browse files
committed
chore(changelog): remove 0.1.0 release notes for VSCode extension and MCP
1 parent f1d53e1 commit 1cc4bc7

2 files changed

Lines changed: 0 additions & 44 deletions

File tree

packages/mcp/CHANGELOG.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,5 @@
11
# @lemoncode/quickmock-mcp
22

3-
## 0.1.0
4-
5-
### Minor Changes
6-
7-
- Bump 0.1.0
8-
- 2282316: First public release of the QuickMock VS Code extension and its MCP server.
9-
10-
**`quickmock` (VS Code extension)**
11-
- Custom editor for `.qm` files backed by the QuickMock web app, served inside a webview.
12-
- `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.
13-
- 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.
14-
- 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.
15-
16-
**`@lemoncode/quickmock-mcp` (MCP server)**
17-
- MCP tools to explore and render wireframes: `list_wireframes`, `get_wireframe_json`, `get_wireframe_pages`, `get_wireframe_assets` and `capture_wireframe`.
18-
- Headless screenshot pipeline via `puppeteer-core` against the QuickMock app, using a postMessage bridge.
19-
- On-demand Chromium download via `@puppeteer/browsers`, cached under `~/.quickmock/browsers`, so headless rendering works without relying on the user's local browser install.
20-
- 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.
21-
223
## 0.0.1
234

245
### Patch Changes

packages/vscode-extension/CHANGELOG.md

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,5 @@
11
# @lemoncode/quickmock-vscode-extension
22

3-
## 0.1.0
4-
5-
### Minor Changes
6-
7-
- Bump 0.1.0
8-
- 2282316: First public release of the QuickMock VS Code extension and its MCP server.
9-
10-
**`quickmock` (VS Code extension)**
11-
- Custom editor for `.qm` files backed by the QuickMock web app, served inside a webview.
12-
- `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.
13-
- 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.
14-
- 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.
15-
16-
**`@lemoncode/quickmock-mcp` (MCP server)**
17-
- MCP tools to explore and render wireframes: `list_wireframes`, `get_wireframe_json`, `get_wireframe_pages`, `get_wireframe_assets` and `capture_wireframe`.
18-
- Headless screenshot pipeline via `puppeteer-core` against the QuickMock app, using a postMessage bridge.
19-
- On-demand Chromium download via `@puppeteer/browsers`, cached under `~/.quickmock/browsers`, so headless rendering works without relying on the user's local browser install.
20-
- 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.
21-
22-
### Patch Changes
23-
24-
- Updated dependencies
25-
- Updated dependencies [2282316]
26-
- @lemoncode/quickmock-mcp@0.1.0
27-
283
## 0.0.1
294

305
### Patch Changes

0 commit comments

Comments
 (0)