leglas-mcp 1.0.0 → 1.1.0
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.
- package/README.md +7 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -99,6 +99,12 @@ else: `npx` fetches the CLI on first use and starts from the cache after
|
|
|
99
99
|
that. To pin a version for a project, `npm install -D leglas`; to type
|
|
100
100
|
`leglas` without the prefix, `npm install -g leglas`.
|
|
101
101
|
|
|
102
|
+
Leglas asks npm once a day whether a newer version exists and says so in
|
|
103
|
+
the terminal and beside its name in the interface, where one click installs
|
|
104
|
+
it and starts Leglas again. The check reads the registry your npm is
|
|
105
|
+
configured for. Set `LEGLAS_NO_UPDATE_CHECK=1` to turn it off; the version
|
|
106
|
+
stays in the interface and you can still check by hand from there.
|
|
107
|
+
|
|
102
108
|
## Using Leglas
|
|
103
109
|
|
|
104
110
|
### The rail and the stage
|
|
@@ -225,7 +231,7 @@ the same place, and it stops with Leglas either way.
|
|
|
225
231
|
The tunnel is borrowed, not shipped. Leglas looks for `cloudflared` or
|
|
226
232
|
`ngrok` on your machine and runs whichever it finds; with neither, the link
|
|
227
233
|
only works on this machine and the panel says so. Branch directions run on
|
|
228
|
-
their own port and are
|
|
234
|
+
their own port and are not part of a share.
|
|
229
235
|
|
|
230
236
|
### Keys
|
|
231
237
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "leglas-mcp",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.0",
|
|
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": "^1.
|
|
18
|
+
"leglas": "^1.1.0"
|
|
19
19
|
},
|
|
20
20
|
"license": "MIT",
|
|
21
21
|
"repository": {
|