diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-29 20:05:37 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-29 20:05:37 -0500 |
| commit | 1a322a70a630afd2495a6c2e88e860464f153c5f (patch) | |
| tree | 094a53108f612aed51c02491b042f4f4c58e5e15 /mcp | |
| parent | 7e36d9d7a878ee592f7d21fa757ae9f6653446ca (diff) | |
| download | rulesets-1a322a70a630afd2495a6c2e88e860464f153c5f.tar.gz rulesets-1a322a70a630afd2495a6c2e88e860464f153c5f.zip | |
chore(session): pre-stage signal-mcp config + snapshot session-context
This commit is end-of-day housekeeping for the rulesets session that
ran 2026-05-28 through 2026-05-29.
mcp/servers.json gains the signal-mcp stdio entry pointing at the
locally-cloned rymurr/signal-mcp install at ~/.local/share/signal-mcp/.
The entry uses Craig's primary +15103169357 as --user-id, which will
need updating to the Google Voice number once that signal-cli
registration lands (TODO scheduled today). The configuration is
staged but not registered. The make install-mcp pipeline was
interrupted earlier by the GPG pinentry (Craig on vacation, away
from desk). Running make install-mcp at the desktop with the GPG
passphrase will complete the registration.
.ai/session-context.org captures the live session narrative covering
the no-approvals batch (6 :quick:solo: TODOs), the codex backlog
triage, the page-signal infra, the voice profile Phase 1 plus Phase
2, the SKILL.md / voice-profile.org structural split, and the inbox
processing pass. No wrap-up performed. The session-context stays
under that name pending the wrap-it-up workflow when Craig is back
at the desk.
The substantive work in this session shipped across many prior
commits, each with its own focused message.
Diffstat (limited to 'mcp')
| -rw-r--r-- | mcp/servers.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mcp/servers.json b/mcp/servers.json index f4a5b43..5554c04 100644 --- a/mcp/servers.json +++ b/mcp/servers.json @@ -59,5 +59,15 @@ "GOOGLE_EMAIL": "${GOOGLE_KEEP_EMAIL}", "GOOGLE_MASTER_TOKEN": "${GOOGLE_KEEP_MASTER_TOKEN}" } + }, + "signal-mcp": { + "type": "stdio", + "command": "/home/cjennings/.local/share/signal-mcp/.venv/bin/python", + "args": [ + "/home/cjennings/.local/share/signal-mcp/signal_mcp/main.py", + "--user-id", "+15103169357", + "--transport", "stdio" + ], + "env": {} } } |
