adhdev 0.9.72 → 0.9.73

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.9.72",
3
+ "version": "0.9.73",
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": {
@@ -1602,7 +1602,7 @@ async function startMcpServer(opts) {
1602
1602
  coordinatorPrompt = `You are a Repo Mesh Coordinator for "${mesh.name}" (${mesh.repoIdentity}). Use mesh_* tools to orchestrate work.`;
1603
1603
  }
1604
1604
  const server2 = new import_server.Server(
1605
- { name: "adhdev-mcp-server", version: "0.9.72" },
1605
+ { name: "adhdev-mcp-server", version: "0.9.73" },
1606
1606
  { capabilities: { tools: {}, resources: {} } }
1607
1607
  );
1608
1608
  const { ListResourcesRequestSchema, ReadResourceRequestSchema } = await import("@modelcontextprotocol/sdk/types.js");