@adhdev/daemon-standalone 0.9.69 → 0.9.70
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,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-BtTmBSZB.js"></script>
|
|
11
11
|
<link rel="modulepreload" crossorigin href="/assets/vendor-BRZ4K-AC.js">
|
|
12
12
|
<link rel="stylesheet" crossorigin href="/assets/index-rYYK5iTn.css">
|
|
13
13
|
</head>
|
|
@@ -53246,7 +53246,7 @@ async function startMcpServer(opts) {
|
|
|
53246
53246
|
coordinatorPrompt = `You are a Repo Mesh Coordinator for "${mesh.name}" (${mesh.repoIdentity}). Use mesh_* tools to orchestrate work.`;
|
|
53247
53247
|
}
|
|
53248
53248
|
const server2 = new import_server.Server(
|
|
53249
|
-
{ name: "adhdev-mcp-server", version: "0.9.
|
|
53249
|
+
{ name: "adhdev-mcp-server", version: "0.9.70" },
|
|
53250
53250
|
{ capabilities: { tools: {}, resources: {} } }
|
|
53251
53251
|
);
|
|
53252
53252
|
const { ListResourcesRequestSchema, ReadResourceRequestSchema } = await import("@modelcontextprotocol/sdk/types.js");
|