← back to Rc Fm Callnotes
chore: macstudio3 migration — reconcile from mac2 + repoint paths (stevestudio2→macstudio3, node/npm/npx→/opt/homebrew)
b8d038a8f7edf9fde6e7acb197809eebb8ed2302 · 2026-07-03 08:08:15 -0700 · Steve
Files touched
M lib/fm-test-helpers.jsM lib/fm.js
Diff
commit b8d038a8f7edf9fde6e7acb197809eebb8ed2302
Author: Steve <steve@designerwallcoverings.com>
Date: Fri Jul 3 08:08:15 2026 -0700
chore: macstudio3 migration — reconcile from mac2 + repoint paths (stevestudio2→macstudio3, node/npm/npx→/opt/homebrew)
---
lib/fm-test-helpers.js | 2 +-
lib/fm.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/fm-test-helpers.js b/lib/fm-test-helpers.js
index f0d194c..52683a4 100644
--- a/lib/fm-test-helpers.js
+++ b/lib/fm-test-helpers.js
@@ -1,7 +1,7 @@
// Direct pass-throughs for the test harness (create/get against whitelisted files).
import { readFileSync } from 'node:fs';
-const FM_DIR = '/Users/stevestudio2/Projects/filemaker-mcp';
+const FM_DIR = '/Users/macstudio3/Projects/filemaker-mcp';
for (const line of readFileSync(`${FM_DIR}/.env`, 'utf8').split('\n')) {
const m = line.match(/^([A-Z_]+)=(.*)$/);
if (m && !process.env[m[1]]) process.env[m[1]] = m[2];
diff --git a/lib/fm.js b/lib/fm.js
index 1a9af31..500421f 100644
--- a/lib/fm.js
+++ b/lib/fm.js
@@ -2,7 +2,7 @@
// Loads that project's .env so Claris credentials stay in one place.
import { readFileSync } from 'node:fs';
-const FM_DIR = '/Users/stevestudio2/Projects/filemaker-mcp';
+const FM_DIR = '/Users/macstudio3/Projects/filemaker-mcp';
for (const line of readFileSync(`${FM_DIR}/.env`, 'utf8').split('\n')) {
const m = line.match(/^([A-Z_]+)=(.*)$/);
if (m && !process.env[m[1]]) process.env[m[1]] = m[2];
← 8d72e96 auto-save: 2026-07-03T04:54:58 (4 files) — lib/rc.js sync-ca
·
back to Rc Fm Callnotes
·
(newest)