leglas-mcp 0.1.0 → 0.1.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 +0 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -34,10 +34,6 @@ preview of your app root, which is enough to confirm the connection.
34
34
 
35
35
  To compare more than one thing, add a config file.
36
36
 
37
- > Leglas is not published to npm yet. To try it now, clone this repository,
38
- > run `pnpm install && pnpm build`, and invoke
39
- > `node <path-to-repo>/packages/cli/dist/bin.js` from your project.
40
-
41
37
  ## Configuration
42
38
 
43
39
  Create `leglas.config.ts` at the root of the project you want to preview.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "leglas-mcp",
3
- "version": "0.1.0",
3
+ "version": "0.1.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.1.0"
18
+ "leglas": "^0.1.1"
19
19
  },
20
20
  "license": "MIT",
21
21
  "engines": {