This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

chore(mcp): migrate to st (Phase 4 of coord→smalltalk/st rename) (#46)

Switches pty's MCP server registration from `coord` to `st`, the
canonical short name from brief-005. Binary path moves from `bin/coord`
(back-compat shim) to `bin/st` (canonical entry).

Both forms continue to work post-Phase-0 — the coord repo's PR #14
shipped a 5-alias backward-compat layer. This commit just opts pty into
the canonical names now that they exist. Takes effect on next
pty-claude restart.

Local-only configs (pty.toml `ST_IDENTITY`, hook paths) are gitignored
and updated out-of-band on each machine.

authored by

Nathan and committed by
GitHub
(Jun 26, 2026, 6:16 PM +0200) ca5a96d9 f237992c

+2 -2
+2 -2
.mcp.json
··· 1 1 { 2 2 "mcpServers": { 3 - "coord": { 3 + "st": { 4 4 "type": "stdio", 5 - "command": "/Volumes/SSD/src/github.com/myobie/coord/bin/coord", 5 + "command": "/Volumes/SSD/src/github.com/myobie/coord/bin/st", 6 6 "args": ["mcp", "--channel"], 7 7 "env": {} 8 8 }