adhdev 0.9.77 → 0.9.80
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/cli/index.js
CHANGED
|
@@ -97637,7 +97637,7 @@ var init_adhdev_daemon = __esm({
|
|
|
97637
97637
|
init_version();
|
|
97638
97638
|
init_src();
|
|
97639
97639
|
init_runtime_defaults();
|
|
97640
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.
|
|
97640
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.80" });
|
|
97641
97641
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
97642
97642
|
localHttpServer = null;
|
|
97643
97643
|
localWss = null;
|
package/dist/index.js
CHANGED
|
@@ -66464,7 +66464,7 @@ var init_adhdev_daemon = __esm({
|
|
|
66464
66464
|
init_version();
|
|
66465
66465
|
init_src();
|
|
66466
66466
|
init_runtime_defaults();
|
|
66467
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.
|
|
66467
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.80" });
|
|
66468
66468
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
66469
66469
|
localHttpServer = null;
|
|
66470
66470
|
localWss = null;
|
package/package.json
CHANGED
|
@@ -3920,7 +3920,7 @@ async function startMcpServer(opts) {
|
|
|
3920
3920
|
const meshCtx = { mesh, transport, ...localDaemonId ? { localDaemonId } : {}, ...localMachineId ? { localMachineId } : {} };
|
|
3921
3921
|
const coordinatorPrompt = await buildMeshModeCoordinatorPrompt(mesh);
|
|
3922
3922
|
const server2 = new import_server.Server(
|
|
3923
|
-
{ name: "adhdev-mcp-server", version: "0.9.
|
|
3923
|
+
{ name: "adhdev-mcp-server", version: "0.9.79" },
|
|
3924
3924
|
{ capabilities: { tools: {}, resources: {} } }
|
|
3925
3925
|
);
|
|
3926
3926
|
const { ListResourcesRequestSchema, ReadResourceRequestSchema } = await import("@modelcontextprotocol/sdk/types.js");
|