Skip to content

Commit 3b6713a

Browse files
committed
docs: update README with MCP status bar, verify command, per-editor breakdown
Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
1 parent dee8f91 commit 3b6713a

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,17 @@ Run `Patchloom: Setup Workspace` to walk through everything your project needs:
5252

5353
### Status bar
5454

55-
The status bar shows binary readiness and CLI version at a glance. Click it to see full diagnostics.
55+
The status bar shows MCP and binary readiness at a glance:
56+
57+
- **$(plug) Patchloom MCP** when the MCP server is configured
58+
- **$(check) Patchloom** when the binary is ready but MCP is not yet set up
59+
- **$(warning) Patchloom** when the binary is missing or needs an upgrade
60+
61+
Click it to see full diagnostics, including per-editor MCP configuration status (VS Code, Cursor, Windsurf).
62+
63+
### Verify MCP Server
64+
65+
`Patchloom: Verify MCP Server` spawns `patchloom mcp-server`, sends a JSON-RPC `initialize` handshake, and confirms the server responds correctly. Reports the server name and version on success, or a diagnostic error on failure.
5666

5767
### Quick actions
5868

@@ -92,6 +102,7 @@ The extension detects outdated CLI builds and warns with upgrade guidance. It re
92102
| `Patchloom: Batch Apply` | Open a JSON batch plan and execute all operations atomically |
93103
| `Patchloom: Show Output` | Open the Patchloom output channel for CLI logs and diagnostics |
94104
| `Patchloom: Show Status` | Display binary readiness, version, compatibility, and workspace state |
105+
| `Patchloom: Verify MCP Server` | Spawn the MCP server and verify it responds to a JSON-RPC initialize request |
95106
| `Patchloom: Install Patchloom` | Download and install the Patchloom CLI with checksum verification |
96107
| `Patchloom: Update Patchloom` | Update a managed Patchloom install to the latest release |
97108
| `Patchloom: Reinstall Patchloom` | Re-download and reinstall the managed Patchloom binary |

0 commit comments

Comments
 (0)