@adhdev/daemon-standalone 1.0.35-rc.8 → 1.0.36

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/public/index.html CHANGED
@@ -7,8 +7,8 @@
7
7
  <meta name="description" content="ADHDev self-hosted dashboard for controlling AI agents" />
8
8
  <link rel="icon" href="/otter-logo.png" />
9
9
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet" />
10
- <script type="module" crossorigin src="/assets/index-BwNpC-xV.js"></script>
11
- <link rel="modulepreload" crossorigin href="/assets/vendor-DyCWA2YZ.js">
10
+ <script type="module" crossorigin src="/assets/index-Dla3fPu7.js"></script>
11
+ <link rel="modulepreload" crossorigin href="/assets/vendor-cL4V2vaO.js">
12
12
  <link rel="stylesheet" crossorigin href="/assets/index-69StxR7K.css">
13
13
  </head>
14
14
  <body>
@@ -9475,7 +9475,7 @@ async function startMcpServer(opts) {
9475
9475
  const meshCtx = { mesh, transport, ...localDaemonId ? { localDaemonId } : {}, ...localMachineId ? { localMachineId } : {}, ...coordinatorHostname ? { coordinatorHostname } : {}, ...coordinatorSessionId ? { coordinatorSessionId } : {} };
9476
9476
  const coordinatorPrompt = await buildMeshModeCoordinatorPrompt(mesh);
9477
9477
  const server2 = new import_server.Server(
9478
- { name: "adhdev-mcp-server", version: "1.0.34" },
9478
+ { name: "adhdev-mcp-server", version: "1.0.36" },
9479
9479
  { capabilities: { tools: {}, resources: {} } }
9480
9480
  );
9481
9481
  const { ListResourcesRequestSchema, ReadResourceRequestSchema } = await import("@modelcontextprotocol/sdk/types.js");