leglas-mcp 0.4.0 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -286,8 +286,11 @@ trace.
286
286
  ## The interface
287
287
 
288
288
  Directions live in a rail on the left. The stage shows the active one in
289
- a framed viewport at Full, 1440, 834, or 390 wide. Rename, reorder, hide,
290
- and tag directions from the rail; layout is saved per project and
289
+ a framed viewport at Full, 1440, 834 or 390 wide. Rename, reorder, hide
290
+ and tag directions from the rail. Open the removed list to restore a
291
+ direction, delete one permanently or clear the full list. Machine-local
292
+ directions are removed from `.leglas/previews.json`; shared project config
293
+ and preview source files stay untouched. Layout is saved per project and
291
294
  survives restarts and port changes.
292
295
 
293
296
  Flipping shows a difference over time. A split shows it at once, which is
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "leglas-mcp",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Stdio MCP server exposing Leglas to agent hosts that cannot run a shell.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -15,7 +15,7 @@
15
15
  "dependencies": {
16
16
  "@modelcontextprotocol/sdk": "^1.30.0",
17
17
  "zod": "^3.25.76",
18
- "leglas": "^0.4.0"
18
+ "leglas": "^0.4.1"
19
19
  },
20
20
  "license": "MIT",
21
21
  "repository": {