adhdev 0.9.60 → 0.9.62
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 +3 -3
- package/dist/cli/index.js.map +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/vendor/mcp-server/index.js +193 -40
- package/vendor/mcp-server/index.js.map +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -90329,7 +90329,7 @@ var init_adhdev_daemon = __esm({
|
|
|
90329
90329
|
init_version();
|
|
90330
90330
|
init_src();
|
|
90331
90331
|
init_runtime_defaults();
|
|
90332
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.
|
|
90332
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.62" });
|
|
90333
90333
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
90334
90334
|
localHttpServer = null;
|
|
90335
90335
|
localWss = null;
|
|
@@ -96949,8 +96949,8 @@ Claude Desktop config (~/.claude_desktop_config.json):
|
|
|
96949
96949
|
}
|
|
96950
96950
|
}
|
|
96951
96951
|
|
|
96952
|
-
Tools available (local): list_sessions, launch_session, check_pending, read_chat, send_chat, approve, git_status, screenshot
|
|
96953
|
-
Tools available (cloud): list_sessions, launch_session, check_pending, read_chat, send_chat, approve, git_status
|
|
96952
|
+
Tools available (local): list_daemons, list_sessions, launch_session, stop_session, check_pending, read_chat, send_chat, approve, git_status, screenshot
|
|
96953
|
+
Tools available (cloud): list_daemons, list_sessions, launch_session, stop_session, check_pending, read_chat, send_chat, approve, git_status
|
|
96954
96954
|
`).action(async (opts) => {
|
|
96955
96955
|
const mcpBin = resolveMcpBin();
|
|
96956
96956
|
if (!mcpBin) {
|