@adhdev/daemon-standalone 1.0.1 → 1.0.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/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/public/assets/{index-EYZP2Wbo.js → index-DJOG5Mrv.js} +36 -36
- package/public/assets/{terminal-DiXj2eIR.js → terminal-BZj_X5zy.js} +1 -1
- package/public/assets/{vendor-DyCWA2YZ.js → vendor-cL4V2vaO.js} +49 -57
- package/public/index.html +2 -2
- package/vendor/mcp-server/index.js +1 -1
- package/vendor/mcp-server/index.js.map +1 -1
- package/vendor/mcp-server/package.json +1 -1
- package/vendor/session-host-daemon/index.js +0 -0
- package/vendor/session-host-daemon/index.mjs +0 -0
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-
|
|
11
|
-
<link rel="modulepreload" crossorigin href="/assets/vendor-
|
|
10
|
+
<script type="module" crossorigin src="/assets/index-DJOG5Mrv.js"></script>
|
|
11
|
+
<link rel="modulepreload" crossorigin href="/assets/vendor-cL4V2vaO.js">
|
|
12
12
|
<link rel="stylesheet" crossorigin href="/assets/index-p-ehiI_L.css">
|
|
13
13
|
</head>
|
|
14
14
|
<body>
|
|
@@ -8575,7 +8575,7 @@ async function startMcpServer(opts) {
|
|
|
8575
8575
|
const meshCtx = { mesh, transport, ...localDaemonId ? { localDaemonId } : {}, ...localMachineId ? { localMachineId } : {}, ...coordinatorHostname ? { coordinatorHostname } : {}, ...coordinatorSessionId ? { coordinatorSessionId } : {} };
|
|
8576
8576
|
const coordinatorPrompt = await buildMeshModeCoordinatorPrompt(mesh);
|
|
8577
8577
|
const server2 = new import_server.Server(
|
|
8578
|
-
{ name: "adhdev-mcp-server", version: "1.0.
|
|
8578
|
+
{ name: "adhdev-mcp-server", version: "1.0.2" },
|
|
8579
8579
|
{ capabilities: { tools: {}, resources: {} } }
|
|
8580
8580
|
);
|
|
8581
8581
|
const { ListResourcesRequestSchema, ReadResourceRequestSchema } = await import("@modelcontextprotocol/sdk/types.js");
|