@fragment-dev/cli 2026.6.5-8 → 2026.6.8-2

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 CHANGED
@@ -236,7 +236,7 @@ EXAMPLES
236
236
 
237
237
  ## `fragment designer-mcp`
238
238
 
239
- Start a local MCP server that lets an LLM drive the Fragment schema designer (live Liveblocks mutations) through the dashboard.
239
+ Connect your LLM to the Fragment Schema designer (experimental)
240
240
 
241
241
  ```
242
242
  USAGE
@@ -248,8 +248,7 @@ FLAGS
248
248
  --host=<value> [default: 127.0.0.1] Host to bind the HTTP server on
249
249
 
250
250
  DESCRIPTION
251
- Start a local MCP server that lets an LLM drive the Fragment schema designer (live Liveblocks mutations) through the
252
- dashboard.
251
+ Connect your LLM to the Fragment Schema designer (experimental)
253
252
 
254
253
  EXAMPLES
255
254
  $ fragment designer-mcp
@@ -69,7 +69,7 @@ import {
69
69
  } from "./chunk-IDKZFORS.js";
70
70
  import {
71
71
  DesignerMcp
72
- } from "./chunk-YEZSTJP5.js";
72
+ } from "./chunk-UDV5USSB.js";
73
73
  import {
74
74
  init_cjs_shims
75
75
  } from "./chunk-7GH3YGSC.js";
@@ -16,7 +16,7 @@ var import_core = __toESM(require_lib(), 1);
16
16
  var import_chalk = __toESM(require_source(), 1);
17
17
  var DesignerMcp = class _DesignerMcp extends FragmentCommand {
18
18
  static {
19
- this.description = "Start a local MCP server that lets an LLM drive the Fragment schema designer (live Liveblocks mutations) through the dashboard.";
19
+ this.description = "Connect your LLM to the Fragment Schema designer (experimental)";
20
20
  }
21
21
  static {
22
22
  this.examples = [
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  DesignerMcp
3
- } from "../chunk-YEZSTJP5.js";
3
+ } from "../chunk-UDV5USSB.js";
4
4
  import "../chunk-THGLXMNF.js";
5
5
  import "../chunk-QG5ISRA6.js";
6
6
  import "../chunk-O7AE4SQS.js";
package/dist/commands.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  COMMANDS
3
- } from "./chunk-SHOJMF7A.js";
3
+ } from "./chunk-BUK3FVRS.js";
4
4
  import "./chunk-6OHUBHOM.js";
5
5
  import "./chunk-4GFUVXOU.js";
6
6
  import "./chunk-KWPWX7YO.js";
@@ -37,7 +37,7 @@ import "./chunk-TUJDC72W.js";
37
37
  import "./chunk-IDKZFORS.js";
38
38
  import "./chunk-LUXIPN36.js";
39
39
  import "./chunk-JSQLWL2J.js";
40
- import "./chunk-YEZSTJP5.js";
40
+ import "./chunk-UDV5USSB.js";
41
41
  import "./chunk-THGLXMNF.js";
42
42
  import "./chunk-QG5ISRA6.js";
43
43
  import "./chunk-O7AE4SQS.js";
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  COMMANDS
3
- } from "./chunk-SHOJMF7A.js";
3
+ } from "./chunk-BUK3FVRS.js";
4
4
  import "./chunk-6OHUBHOM.js";
5
5
  import "./chunk-4GFUVXOU.js";
6
6
  import "./chunk-KWPWX7YO.js";
@@ -37,7 +37,7 @@ import "./chunk-TUJDC72W.js";
37
37
  import "./chunk-IDKZFORS.js";
38
38
  import "./chunk-LUXIPN36.js";
39
39
  import "./chunk-JSQLWL2J.js";
40
- import "./chunk-YEZSTJP5.js";
40
+ import "./chunk-UDV5USSB.js";
41
41
  import {
42
42
  require_lib
43
43
  } from "./chunk-THGLXMNF.js";
@@ -777,7 +777,7 @@
777
777
  "designer-mcp": {
778
778
  "aliases": [],
779
779
  "args": {},
780
- "description": "Start a local MCP server that lets an LLM drive the Fragment schema designer (live Liveblocks mutations) through the dashboard.",
780
+ "description": "Connect your LLM to the Fragment Schema designer (experimental)",
781
781
  "examples": [
782
782
  "<%= config.bin %> <%= command.id %>",
783
783
  "<%= config.bin %> <%= command.id %> --port 4321",
@@ -1023,5 +1023,5 @@
1023
1023
  "help": "Generate GraphQL queries from your Schema for your SDK."
1024
1024
  }
1025
1025
  },
1026
- "version": "2026.6.5-8"
1026
+ "version": "2026.6.8-2"
1027
1027
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fragment-dev/cli",
3
- "version": "2026.6.5-8",
3
+ "version": "2026.6.8-2",
4
4
  "description": "FRAGMENT CLI",
5
5
  "author": "hello@fragment.dev",
6
6
  "bin": {