openfox 2.0.16 → 2.0.17

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.
@@ -8,9 +8,9 @@ import {
8
8
  } from "./chunk-J7KOV4ST.js";
9
9
  import {
10
10
  runChatTurn
11
- } from "./chunk-63UEI4AF.js";
12
- import "./chunk-JO6RF2U2.js";
13
- import "./chunk-XAMAYRDA.js";
11
+ } from "./chunk-MS3PEYZK.js";
12
+ import "./chunk-KYR4NVNX.js";
13
+ import "./chunk-O4TED6AJ.js";
14
14
  import "./chunk-L7TDUIQY.js";
15
15
  import "./chunk-DL6ZILAF.js";
16
16
  import "./chunk-PBGOZMVY.js";
@@ -164,4 +164,4 @@ export {
164
164
  startChatSession,
165
165
  stopSessionExecution
166
166
  };
167
- //# sourceMappingURL=chat-handler-PC6OVDUR.js.map
167
+ //# sourceMappingURL=chat-handler-DTMB43CD.js.map
@@ -5,7 +5,7 @@ import {
5
5
  injectWorkflowKickoffIfNeeded,
6
6
  runAgentTurn,
7
7
  runChatTurn
8
- } from "./chunk-63UEI4AF.js";
8
+ } from "./chunk-MS3PEYZK.js";
9
9
  import {
10
10
  applyDynamicContext,
11
11
  checkAborted,
@@ -22,7 +22,7 @@ import {
22
22
  loadAllAgentsDefault,
23
23
  saveItemToDir,
24
24
  spawnShellProcess
25
- } from "./chunk-JO6RF2U2.js";
25
+ } from "./chunk-KYR4NVNX.js";
26
26
  import {
27
27
  TurnMetrics,
28
28
  createMessageStartEvent
@@ -1775,7 +1775,7 @@ async function handleClientMessage(ws, client, message, _getLLMClient, _getActiv
1775
1775
  const runtimeConfig = getRuntimeConfig();
1776
1776
  const configDir = getGlobalConfigDir(runtimeConfig.mode ?? "production");
1777
1777
  const skills = await getEnabledSkillMetadata(configDir, runtimeConfig.workdir);
1778
- const { createToolRegistry } = await import("./tools-Y7ZGLK7A.js");
1778
+ const { createToolRegistry } = await import("./tools-YWC3AJ66.js");
1779
1779
  const allTools = createToolRegistry().definitions;
1780
1780
  const toolFingerprint = getToolFingerprint(allTools);
1781
1781
  const currentHash = computeDynamicContextHash(instructionContent, skills, toolFingerprint);
@@ -1848,7 +1848,7 @@ async function handleClientMessage(ws, client, message, _getLLMClient, _getActiv
1848
1848
  const runtimeConfig = getRuntimeConfig();
1849
1849
  const configDir = getGlobalConfigDir(runtimeConfig.mode ?? "production");
1850
1850
  const skills = await getEnabledSkillMetadata(configDir, runtimeConfig.workdir);
1851
- const { createToolRegistry } = await import("./tools-Y7ZGLK7A.js");
1851
+ const { createToolRegistry } = await import("./tools-YWC3AJ66.js");
1852
1852
  const allTools = createToolRegistry().definitions;
1853
1853
  const toolFingerprint = getToolFingerprint(allTools);
1854
1854
  const currentHash = computeDynamicContextHash(instructionContent, skills, toolFingerprint);
@@ -2069,4 +2069,4 @@ export {
2069
2069
  signalMcpReady,
2070
2070
  createWebSocketServer
2071
2071
  };
2072
- //# sourceMappingURL=chunk-WOTBK3QQ.js.map
2072
+ //# sourceMappingURL=chunk-5ANV7YUX.js.map
@@ -21,7 +21,7 @@ import {
21
21
  tokenFromPassword,
22
22
  verifyPassword,
23
23
  workflowExists
24
- } from "./chunk-WOTBK3QQ.js";
24
+ } from "./chunk-5ANV7YUX.js";
25
25
  import {
26
26
  agentExists,
27
27
  createToolRegistry,
@@ -61,10 +61,10 @@ import {
61
61
  setMcpTools,
62
62
  setNotifyMcpServersChanged,
63
63
  skillExists
64
- } from "./chunk-JO6RF2U2.js";
64
+ } from "./chunk-KYR4NVNX.js";
65
65
  import {
66
66
  getProject
67
- } from "./chunk-XAMAYRDA.js";
67
+ } from "./chunk-O4TED6AJ.js";
68
68
  import {
69
69
  getPathSeparator,
70
70
  isAbsolutePath
@@ -3944,7 +3944,7 @@ import { Router as Router6 } from "express";
3944
3944
  import { spawn as spawn2 } from "child_process";
3945
3945
 
3946
3946
  // src/constants.ts
3947
- var VERSION = "2.0.16";
3947
+ var VERSION = "2.0.17";
3948
3948
 
3949
3949
  // src/server/routes/auto-update.ts
3950
3950
  var updateInProgress = false;
@@ -4124,7 +4124,7 @@ async function createServerHandle(config4) {
4124
4124
  setMcpTools(mcpTools);
4125
4125
  logger.info("MCP tools registered", { count: mcpTools.length });
4126
4126
  }
4127
- const { signalMcpReady } = await import("./server-RYKKAOFF.js");
4127
+ const { signalMcpReady } = await import("./server-JKNV2NCJ.js");
4128
4128
  signalMcpReady();
4129
4129
  });
4130
4130
  const app = express();
@@ -4184,7 +4184,7 @@ async function createServerHandle(config4) {
4184
4184
  res.json({ tools });
4185
4185
  });
4186
4186
  app.get("/api/projects", async (_req, res) => {
4187
- const { listProjects } = await import("./projects-2HYIZC4Y.js");
4187
+ const { listProjects } = await import("./projects-VO4PMVZY.js");
4188
4188
  const projects = listProjects();
4189
4189
  res.json({ projects });
4190
4190
  });
@@ -4193,7 +4193,7 @@ async function createServerHandle(config4) {
4193
4193
  if (!name || !workdir) {
4194
4194
  return res.status(400).json({ error: "name and workdir are required" });
4195
4195
  }
4196
- const { createDirectoryWithGit } = await import("./project-creator-6DU7E75S.js");
4196
+ const { createDirectoryWithGit } = await import("./project-creator-BDDFQM6G.js");
4197
4197
  try {
4198
4198
  const project = await createDirectoryWithGit(name, workdir);
4199
4199
  res.status(201).json({ project });
@@ -4238,7 +4238,7 @@ async function createServerHandle(config4) {
4238
4238
  }
4239
4239
  });
4240
4240
  app.get("/api/projects/:id", async (req, res) => {
4241
- const { getProject: getProject2 } = await import("./projects-2HYIZC4Y.js");
4241
+ const { getProject: getProject2 } = await import("./projects-VO4PMVZY.js");
4242
4242
  const project = getProject2(req.params.id);
4243
4243
  if (!project) {
4244
4244
  return res.status(404).json({ error: "Project not found" });
@@ -4246,7 +4246,7 @@ async function createServerHandle(config4) {
4246
4246
  res.json({ project });
4247
4247
  });
4248
4248
  app.put("/api/projects/:id", async (req, res) => {
4249
- const { updateProject } = await import("./projects-2HYIZC4Y.js");
4249
+ const { updateProject } = await import("./projects-VO4PMVZY.js");
4250
4250
  const { name, customInstructions, dangerLevel } = req.body;
4251
4251
  const updates = {};
4252
4252
  if (name !== void 0) updates.name = name;
@@ -4259,7 +4259,7 @@ async function createServerHandle(config4) {
4259
4259
  res.json({ project: updated });
4260
4260
  });
4261
4261
  app.delete("/api/projects/:id", async (req, res) => {
4262
- const { getProject: getProject2, deleteProject } = await import("./projects-2HYIZC4Y.js");
4262
+ const { getProject: getProject2, deleteProject } = await import("./projects-VO4PMVZY.js");
4263
4263
  const project = getProject2(req.params.id);
4264
4264
  if (!project) {
4265
4265
  return res.status(404).json({ error: "Project not found" });
@@ -4268,7 +4268,7 @@ async function createServerHandle(config4) {
4268
4268
  res.json({ success: true });
4269
4269
  });
4270
4270
  app.put("/api/projects/:id/star", async (req, res) => {
4271
- const { toggleStar } = await import("./projects-2HYIZC4Y.js");
4271
+ const { toggleStar } = await import("./projects-VO4PMVZY.js");
4272
4272
  const { isStarred } = req.body;
4273
4273
  if (typeof isStarred !== "boolean") {
4274
4274
  return res.status(400).json({ error: "isStarred is required and must be a boolean" });
@@ -4315,7 +4315,7 @@ async function createServerHandle(config4) {
4315
4315
  app.get("/api/sessions/:id", async (req, res) => {
4316
4316
  const { getEventStore: getEventStore2 } = await import("./events-4K52FKPR.js");
4317
4317
  const { buildMessagesFromStoredEvents } = await import("./folding-QIBNKYA6.js");
4318
- const { getPendingQuestionsForSession } = await import("./tools-Y7ZGLK7A.js");
4318
+ const { getPendingQuestionsForSession } = await import("./tools-YWC3AJ66.js");
4319
4319
  const session = sessionManager.getSession(req.params.id);
4320
4320
  if (!session) {
4321
4321
  return res.status(404).json({ error: "Session not found" });
@@ -4446,7 +4446,7 @@ async function createServerHandle(config4) {
4446
4446
  if (!callId || approved === void 0) {
4447
4447
  return res.status(400).json({ error: "callId and approved are required" });
4448
4448
  }
4449
- const { providePathConfirmation } = await import("./tools-Y7ZGLK7A.js");
4449
+ const { providePathConfirmation } = await import("./tools-YWC3AJ66.js");
4450
4450
  const result = providePathConfirmation(callId, approved, alwaysAllow);
4451
4451
  if (!result.found) {
4452
4452
  return res.status(404).json({ error: "No pending path confirmation with that ID" });
@@ -4454,7 +4454,7 @@ async function createServerHandle(config4) {
4454
4454
  const { getEventStore: getEventStore2 } = await import("./events-4K52FKPR.js");
4455
4455
  const { buildMessagesFromStoredEvents, foldPendingConfirmations } = await import("./folding-QIBNKYA6.js");
4456
4456
  const { createSessionStateMessage } = await import("./protocol-BKNLAEPJ.js");
4457
- const { getPendingQuestionsForSession } = await import("./tools-Y7ZGLK7A.js");
4457
+ const { getPendingQuestionsForSession } = await import("./tools-YWC3AJ66.js");
4458
4458
  const eventStore = getEventStore2();
4459
4459
  const events = eventStore.getEvents(sessionId);
4460
4460
  const messages = buildMessagesFromStoredEvents(events);
@@ -4475,7 +4475,7 @@ async function createServerHandle(config4) {
4475
4475
  if (!skip && typeof answer !== "string") {
4476
4476
  return res.status(400).json({ error: "answer is required when not skipping" });
4477
4477
  }
4478
- const { provideAnswer } = await import("./tools-Y7ZGLK7A.js");
4478
+ const { provideAnswer } = await import("./tools-YWC3AJ66.js");
4479
4479
  const found = provideAnswer(callId, answer ?? "", skip ?? false);
4480
4480
  if (!found) {
4481
4481
  return res.status(404).json({ error: "No pending question with that ID" });
@@ -4511,8 +4511,8 @@ async function createServerHandle(config4) {
4511
4511
  if (!session) {
4512
4512
  return res.status(404).json({ error: "Session not found" });
4513
4513
  }
4514
- const { stopSessionExecution } = await import("./chat-handler-PC6OVDUR.js");
4515
- const { cancelQuestionsForSession, cancelPathConfirmationsForSession } = await import("./tools-Y7ZGLK7A.js");
4514
+ const { stopSessionExecution } = await import("./chat-handler-DTMB43CD.js");
4515
+ const { cancelQuestionsForSession, cancelPathConfirmationsForSession } = await import("./tools-YWC3AJ66.js");
4516
4516
  const queuedMessages = sessionManager.getQueueState(sessionId);
4517
4517
  sessionManager.clearMessageQueue(sessionId);
4518
4518
  stopSessionExecution(sessionId, sessionManager);
@@ -4955,7 +4955,7 @@ async function createServerHandle(config4) {
4955
4955
  });
4956
4956
  async function rebuildMcpTools() {
4957
4957
  const { createMcpTools: createMcpTools2 } = await import("./tool-adapter-B7QP6NLA.js");
4958
- const { setMcpTools: setMcpTools2 } = await import("./tools-Y7ZGLK7A.js");
4958
+ const { setMcpTools: setMcpTools2 } = await import("./tools-YWC3AJ66.js");
4959
4959
  const mcpTools = createMcpTools2(mcpManager);
4960
4960
  setMcpTools2(mcpTools);
4961
4961
  }
@@ -5267,7 +5267,7 @@ async function createServerHandle(config4) {
5267
5267
  const state = sessionManager.getContextState(sessionId);
5268
5268
  wssExports.broadcastForSession(sessionId, createContextStateMessage(state));
5269
5269
  });
5270
- const { QueueProcessor } = await import("./processor-KWPYXPL7.js");
5270
+ const { QueueProcessor } = await import("./processor-3YZVK4JT.js");
5271
5271
  const queueProcessor = new QueueProcessor({
5272
5272
  sessionManager,
5273
5273
  providerManager,
@@ -5342,4 +5342,4 @@ export {
5342
5342
  createServerHandle,
5343
5343
  createServer
5344
5344
  };
5345
- //# sourceMappingURL=chunk-DQ6SV26Y.js.map
5345
+ //# sourceMappingURL=chunk-BC7R4HLY.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  getProject
3
- } from "./chunk-XAMAYRDA.js";
3
+ } from "./chunk-O4TED6AJ.js";
4
4
  import {
5
5
  COMPACTION_PROMPT,
6
6
  TurnMetrics,
@@ -3341,7 +3341,7 @@ var callSubAgentTool = {
3341
3341
  };
3342
3342
  }
3343
3343
  try {
3344
- const { getToolRegistryForAgent: getToolRegistryForAgent2 } = await import("./tools-Y7ZGLK7A.js");
3344
+ const { getToolRegistryForAgent: getToolRegistryForAgent2 } = await import("./tools-YWC3AJ66.js");
3345
3345
  const toolRegistry = getToolRegistryForAgent2(agentDef);
3346
3346
  const turnMetrics = new TurnMetrics();
3347
3347
  const result = await executeSubAgent({
@@ -4147,7 +4147,7 @@ async function computeContextHash(sessionManager, sessionId) {
4147
4147
  const runtimeConfig = getRuntimeConfig();
4148
4148
  const configDir = getGlobalConfigDir(runtimeConfig.mode ?? "production");
4149
4149
  const skills = await getEnabledSkillMetadata(configDir, runtimeConfig.workdir);
4150
- const { createToolRegistry: createToolRegistry2 } = await import("./tools-Y7ZGLK7A.js");
4150
+ const { createToolRegistry: createToolRegistry2 } = await import("./tools-YWC3AJ66.js");
4151
4151
  const allTools = createToolRegistry2().definitions;
4152
4152
  const toolFingerprint = getToolFingerprint(allTools);
4153
4153
  const hash = computeDynamicContextHash(instructionContent, skills, toolFingerprint);
@@ -4260,7 +4260,7 @@ var mcpConfigTool = createTool(
4260
4260
  await saveGlobalConfig(mcpConfigMode, { ...globalConfig, mcpServers: updated });
4261
4261
  }
4262
4262
  async function rebuildTools() {
4263
- const { setMcpTools: setMcpTools2 } = await import("./tools-Y7ZGLK7A.js");
4263
+ const { setMcpTools: setMcpTools2 } = await import("./tools-YWC3AJ66.js");
4264
4264
  const mcpTools = createMcpTools(mcpManagerForTools);
4265
4265
  setMcpTools2(mcpTools);
4266
4266
  }
@@ -4640,4 +4640,4 @@ export {
4640
4640
  getToolRegistryForAgent,
4641
4641
  createToolRegistry
4642
4642
  };
4643
- //# sourceMappingURL=chunk-JO6RF2U2.js.map
4643
+ //# sourceMappingURL=chunk-KYR4NVNX.js.map
@@ -14,7 +14,7 @@ import {
14
14
  loadAllAgentsDefault,
15
15
  processEventsForConversation,
16
16
  runTopLevelAgentLoop
17
- } from "./chunk-JO6RF2U2.js";
17
+ } from "./chunk-KYR4NVNX.js";
18
18
  import {
19
19
  TurnMetrics,
20
20
  WORKFLOW_KICKOFF_PROMPT,
@@ -320,4 +320,4 @@ export {
320
320
  runAgentTurn,
321
321
  injectWorkflowKickoffIfNeeded
322
322
  };
323
- //# sourceMappingURL=chunk-63UEI4AF.js.map
323
+ //# sourceMappingURL=chunk-MS3PEYZK.js.map
@@ -5,6 +5,10 @@ import {
5
5
  // src/server/db/projects.ts
6
6
  function createProject(name, workdir) {
7
7
  const db = getDatabase();
8
+ const existing = getProjectByWorkdir(workdir);
9
+ if (existing) {
10
+ return existing;
11
+ }
8
12
  const now = (/* @__PURE__ */ new Date()).toISOString();
9
13
  const id = crypto.randomUUID();
10
14
  db.prepare(
@@ -113,4 +117,4 @@ export {
113
117
  deleteProject,
114
118
  toggleStar
115
119
  };
116
- //# sourceMappingURL=chunk-XAMAYRDA.js.map
120
+ //# sourceMappingURL=chunk-O4TED6AJ.js.map
@@ -196,7 +196,7 @@ async function runCli(options) {
196
196
  if (!configExists) {
197
197
  await runNetworkSetup(mode);
198
198
  }
199
- const { runServe } = await import("./serve-HZXJXK6T.js");
199
+ const { runServe } = await import("./serve-CRZ7NHSP.js");
200
200
  const serveOptions = { mode };
201
201
  if (values.port) serveOptions.port = parseInt(values.port);
202
202
  if (values["no-browser"] === true) serveOptions.openBrowser = false;
@@ -208,4 +208,4 @@ async function runCli(options) {
208
208
  export {
209
209
  runCli
210
210
  };
211
- //# sourceMappingURL=chunk-OUK5IW26.js.map
211
+ //# sourceMappingURL=chunk-YGNOTMV7.js.map
package/dist/cli/dev.js CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  runCli
4
- } from "../chunk-OUK5IW26.js";
4
+ } from "../chunk-YGNOTMV7.js";
5
5
  import {
6
6
  logger
7
7
  } from "../chunk-K44MW7JJ.js";
package/dist/cli/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  runCli
4
- } from "../chunk-OUK5IW26.js";
4
+ } from "../chunk-YGNOTMV7.js";
5
5
  import {
6
6
  logger
7
7
  } from "../chunk-K44MW7JJ.js";
@@ -2,9 +2,9 @@ import {
2
2
  injectWorkflowKickoffIfNeeded,
3
3
  runAgentTurn,
4
4
  runChatTurn
5
- } from "./chunk-63UEI4AF.js";
6
- import "./chunk-JO6RF2U2.js";
7
- import "./chunk-XAMAYRDA.js";
5
+ } from "./chunk-MS3PEYZK.js";
6
+ import "./chunk-KYR4NVNX.js";
7
+ import "./chunk-O4TED6AJ.js";
8
8
  import {
9
9
  TurnMetrics,
10
10
  createChatDoneEvent,
@@ -39,4 +39,4 @@ export {
39
39
  runAgentTurn,
40
40
  runChatTurn
41
41
  };
42
- //# sourceMappingURL=orchestrator-3SB2BMQ7.js.map
42
+ //# sourceMappingURL=orchestrator-FNAU26B6.js.map
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openfox",
3
- "version": "2.0.16",
3
+ "version": "2.0.17",
4
4
  "description": "Local-LLM-first agentic coding assistant",
5
5
  "type": "module",
6
6
  "bin": {
@@ -6,8 +6,8 @@ import {
6
6
  getSessionMessageCount,
7
7
  needsNameGenerationCheck
8
8
  } from "./chunk-J7KOV4ST.js";
9
- import "./chunk-JO6RF2U2.js";
10
- import "./chunk-XAMAYRDA.js";
9
+ import "./chunk-KYR4NVNX.js";
10
+ import "./chunk-O4TED6AJ.js";
11
11
  import "./chunk-L7TDUIQY.js";
12
12
  import "./chunk-DL6ZILAF.js";
13
13
  import "./chunk-PBGOZMVY.js";
@@ -193,7 +193,7 @@ var QueueProcessor = class {
193
193
  backend: provider?.backend ?? llmClient.getBackend(),
194
194
  model: llmClient.getModel()
195
195
  };
196
- const { runChatTurn } = await import("./orchestrator-3SB2BMQ7.js");
196
+ const { runChatTurn } = await import("./orchestrator-FNAU26B6.js");
197
197
  const runChatTurnParams = buildRunChatTurnParams({
198
198
  sessionManager,
199
199
  sessionId,
@@ -241,4 +241,4 @@ var QueueProcessor = class {
241
241
  export {
242
242
  QueueProcessor
243
243
  };
244
- //# sourceMappingURL=processor-KWPYXPL7.js.map
244
+ //# sourceMappingURL=processor-3YZVK4JT.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  createProject
3
- } from "./chunk-XAMAYRDA.js";
3
+ } from "./chunk-O4TED6AJ.js";
4
4
  import "./chunk-FBGWG4N6.js";
5
5
  import "./chunk-K44MW7JJ.js";
6
6
 
@@ -108,4 +108,4 @@ export {
108
108
  createDirectoryWithGit,
109
109
  validateProjectName
110
110
  };
111
- //# sourceMappingURL=project-creator-6DU7E75S.js.map
111
+ //# sourceMappingURL=project-creator-BDDFQM6G.js.map
@@ -6,7 +6,7 @@ import {
6
6
  listProjects,
7
7
  toggleStar,
8
8
  updateProject
9
- } from "./chunk-XAMAYRDA.js";
9
+ } from "./chunk-O4TED6AJ.js";
10
10
  import "./chunk-FBGWG4N6.js";
11
11
  import "./chunk-K44MW7JJ.js";
12
12
  export {
@@ -18,4 +18,4 @@ export {
18
18
  toggleStar,
19
19
  updateProject
20
20
  };
21
- //# sourceMappingURL=projects-2HYIZC4Y.js.map
21
+ //# sourceMappingURL=projects-VO4PMVZY.js.map
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  VERSION,
3
3
  createServer
4
- } from "./chunk-DQ6SV26Y.js";
5
- import "./chunk-WOTBK3QQ.js";
4
+ } from "./chunk-BC7R4HLY.js";
5
+ import "./chunk-5ANV7YUX.js";
6
6
  import "./chunk-FWJ6YXGA.js";
7
- import "./chunk-63UEI4AF.js";
8
- import "./chunk-JO6RF2U2.js";
9
- import "./chunk-XAMAYRDA.js";
7
+ import "./chunk-MS3PEYZK.js";
8
+ import "./chunk-KYR4NVNX.js";
9
+ import "./chunk-O4TED6AJ.js";
10
10
  import "./chunk-L7TDUIQY.js";
11
11
  import "./chunk-DL6ZILAF.js";
12
12
  import "./chunk-PBGOZMVY.js";
@@ -193,4 +193,4 @@ async function runServe(options) {
193
193
  export {
194
194
  runServe
195
195
  };
196
- //# sourceMappingURL=serve-HZXJXK6T.js.map
196
+ //# sourceMappingURL=serve-CRZ7NHSP.js.map
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  createServer,
3
3
  createServerHandle
4
- } from "../chunk-DQ6SV26Y.js";
5
- import "../chunk-WOTBK3QQ.js";
4
+ } from "../chunk-BC7R4HLY.js";
5
+ import "../chunk-5ANV7YUX.js";
6
6
  import "../chunk-FWJ6YXGA.js";
7
- import "../chunk-63UEI4AF.js";
8
- import "../chunk-JO6RF2U2.js";
9
- import "../chunk-XAMAYRDA.js";
7
+ import "../chunk-MS3PEYZK.js";
8
+ import "../chunk-KYR4NVNX.js";
9
+ import "../chunk-O4TED6AJ.js";
10
10
  import "../chunk-L7TDUIQY.js";
11
11
  import "../chunk-DL6ZILAF.js";
12
12
  import "../chunk-PBGOZMVY.js";
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  createWebSocketServer,
3
3
  signalMcpReady
4
- } from "./chunk-WOTBK3QQ.js";
4
+ } from "./chunk-5ANV7YUX.js";
5
5
  import "./chunk-FWJ6YXGA.js";
6
- import "./chunk-63UEI4AF.js";
7
- import "./chunk-JO6RF2U2.js";
8
- import "./chunk-XAMAYRDA.js";
6
+ import "./chunk-MS3PEYZK.js";
7
+ import "./chunk-KYR4NVNX.js";
8
+ import "./chunk-O4TED6AJ.js";
9
9
  import "./chunk-L7TDUIQY.js";
10
10
  import "./chunk-DL6ZILAF.js";
11
11
  import "./chunk-PBGOZMVY.js";
@@ -28,4 +28,4 @@ export {
28
28
  createWebSocketServer,
29
29
  signalMcpReady
30
30
  };
31
- //# sourceMappingURL=server-RYKKAOFF.js.map
31
+ //# sourceMappingURL=server-JKNV2NCJ.js.map
@@ -12,8 +12,8 @@ import {
12
12
  setMcpTools,
13
13
  stepDoneTool,
14
14
  validateToolAction
15
- } from "./chunk-JO6RF2U2.js";
16
- import "./chunk-XAMAYRDA.js";
15
+ } from "./chunk-KYR4NVNX.js";
16
+ import "./chunk-O4TED6AJ.js";
17
17
  import "./chunk-L7TDUIQY.js";
18
18
  import "./chunk-DL6ZILAF.js";
19
19
  import "./chunk-PBGOZMVY.js";
@@ -54,4 +54,4 @@ export {
54
54
  stepDoneTool,
55
55
  validateToolAction
56
56
  };
57
- //# sourceMappingURL=tools-Y7ZGLK7A.js.map
57
+ //# sourceMappingURL=tools-YWC3AJ66.js.map