@adhdev/daemon-standalone 1.0.42-rc.2 → 1.0.42
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 +19 -19
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/public/assets/{index-AzE_9AKX.js → index-B0peupbj.js} +5 -5
- package/public/index.html +1 -1
- 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,7 +7,7 @@
|
|
|
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-
|
|
10
|
+
<script type="module" crossorigin src="/assets/index-B0peupbj.js"></script>
|
|
11
11
|
<link rel="modulepreload" crossorigin href="/assets/vendor-DgFmqOGd.js">
|
|
12
12
|
<link rel="stylesheet" crossorigin href="/assets/index-DcvJsnpp.css">
|
|
13
13
|
</head>
|
|
@@ -9678,7 +9678,7 @@ async function startMcpServer(opts) {
|
|
|
9678
9678
|
const meshCtx = { mesh, transport, ...localDaemonId ? { localDaemonId } : {}, ...localMachineId ? { localMachineId } : {}, ...coordinatorHostname ? { coordinatorHostname } : {}, ...coordinatorSessionId ? { coordinatorSessionId } : {} };
|
|
9679
9679
|
const coordinatorPrompt = await buildMeshModeCoordinatorPrompt(mesh);
|
|
9680
9680
|
const server2 = new import_server.Server(
|
|
9681
|
-
{ name: "adhdev-mcp-server", version: "1.0.
|
|
9681
|
+
{ name: "adhdev-mcp-server", version: "1.0.42" },
|
|
9682
9682
|
{ capabilities: { tools: {}, resources: {} } }
|
|
9683
9683
|
);
|
|
9684
9684
|
const { ListResourcesRequestSchema, ReadResourceRequestSchema } = await import("@modelcontextprotocol/sdk/types.js");
|