fathom-mcp 0.5.1 → 0.5.2

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": "fathom-mcp",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "MCP server for Fathom — vault operations, search, rooms, and cross-workspace communication",
5
5
  "type": "module",
6
6
  "bin": {
@@ -14,6 +14,12 @@
14
14
 
15
15
  set -euo pipefail
16
16
 
17
+ if ! command -v tmux &>/dev/null; then
18
+ echo "Error: tmux is not installed. Install it first:" >&2
19
+ echo " apt install tmux | brew install tmux | dnf install tmux" >&2
20
+ exit 1
21
+ fi
22
+
17
23
  # ── Defaults ──────────────────────────────────────────────────────────────────
18
24
 
19
25
  ATTACH=true