Commit 8803886
authored
docs: add Setup Workspace demo GIF to README (#96)
* feat: MCP-aware status bar, per-editor breakdown, verify command
Refocus the extension as an MCP control plane:
- Status bar shows Patchloom MCP when MCP is configured,
Patchloom when binary is ready but MCP is not set up,
Patchloom when binary is missing or needs upgrade.
- Status details now show per-editor MCP breakdown (VS Code, Cursor,
Windsurf) instead of a single MCP config: present/missing line.
- New 'Verify MCP Server' command spawns patchloom mcp-server, sends
a JSON-RPC initialize request, validates the response, and reports
server name/version on success or a diagnostic error on failure.
- Setup Workspace now walks through all steps (AGENTS.md, MCP config)
in one invocation instead of stopping after each step.
- 16 new unit tests covering parseInitializeResponse, verifyMcpServer
with injected spawn, and buildStatusDetails with per-editor targets.
Closes #93
Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
* docs: update README with MCP status bar, verify command, per-editor breakdown
Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
* docs: add Setup Workspace demo GIF to README
Add an animated GIF showing the Setup Workspace flow:
command palette, AGENTS.md generation, MCP configuration
for VS Code/Cursor/Windsurf, and final status bar state.
Recorded via Playwright CDP automation + ffmpeg + gifsicle.
Closes #95
Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
---------
Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>1 parent 21fb8e8 commit 8803886
2 files changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
31 | 35 | | |
32 | 36 | | |
33 | 37 | | |
| |||
Loading
0 commit comments