@fragments-sdk/mcp 0.7.0 → 0.7.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.
package/dist/bin.js CHANGED
@@ -4,9 +4,9 @@ import {
4
4
  resolveDataAdapter,
5
5
  resolveSearchApiKey,
6
6
  startMcpServer
7
- } from "./chunk-LZW5KUXV.js";
7
+ } from "./chunk-HGGAXLRO.js";
8
8
  import "./chunk-4SVS3AA3.js";
9
- import "./chunk-3IHXJEMM.js";
9
+ import "./chunk-YSRGQDEB.js";
10
10
 
11
11
  // src/bin.ts
12
12
  var args = process.argv.slice(2);
@@ -125,7 +125,7 @@ if (mode === "extract") {
125
125
  }
126
126
  if (generateRules) {
127
127
  (async () => {
128
- const { generateRulesFiles } = await import("./rules-W47BYPZV.js");
128
+ const { generateRulesFiles } = await import("./rules-CKBRD3UL.js");
129
129
  const defaultFormats = ["cursor", "claude", "copilot"];
130
130
  const formats = rulesFormats ? rulesFormats.split(",").map((f) => f.trim()) : defaultFormats;
131
131
  const validFormats = /* @__PURE__ */ new Set(["cursor", "claude", "copilot"]);