adhdev 0.9.77 → 0.9.79-rc.1
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 +1 -1
- package/dist/cli/index.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/vendor/mcp-server/index.js +1 -1
- package/vendor/mcp-server/index.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adhdev",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.79-rc.1",
|
|
4
4
|
"description": "ADHDev — Agent Dashboard Hub for Dev. Remote-control AI coding agents from anywhere.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"node": ">=18"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@adhdev/daemon-core": "
|
|
50
|
+
"@adhdev/daemon-core": "0.9.79-rc.1",
|
|
51
51
|
"@adhdev/ghostty-vt-node": "*",
|
|
52
52
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
53
53
|
"@xterm/addon-serialize": "^0.14.0",
|
|
@@ -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.78" },
|
|
3924
3924
|
{ capabilities: { tools: {}, resources: {} } }
|
|
3925
3925
|
);
|
|
3926
3926
|
const { ListResourcesRequestSchema, ReadResourceRequestSchema } = await import("@modelcontextprotocol/sdk/types.js");
|