Skip to content

Commit 5559598

Browse files
committed
docs: add MCP setup instructions to README
1 parent 4dea294 commit 5559598

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

packages/vscode-extension/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,22 @@ npm run package:vscode
4949

5050
The packaged extension is generated under `packages/vscode-extension/dist`.
5151

52+
## 🤖 MCP setup
53+
54+
Installing the VS Code extension is enough to get the MCP server configured.
55+
56+
1. Install **Quickmock** from the Marketplace.
57+
2. Open a workspace that contains `.qm` files.
58+
3. The extension registers the **QuickMock Wireframe Tools** MCP server automatically for VS Code / GitHub Copilot and updates supported external MCP clients, like Claude Code.
59+
60+
If you want to run the MCP server directly, you can use the following command:
61+
62+
```bash
63+
npx -y @lemoncode/quickmock-mcp
64+
```
65+
66+
In development, it resolves the local workspace build instead.
67+
5268
## 🤝 Contributing
5369

5470
Your feedback and contributions are welcome. If you find issues with `.qm` editor behavior, VS Code integration, command handling, or MCP registration, please open an issue with clear reproduction steps.

0 commit comments

Comments
 (0)