This repository has no description
0

Configure Feed

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

wire up coord channel: add .mcp.json registering `coord mcp --channel`

Repo-local MCP registration so Claude Code in this repo's pty
session boots with the coord channel-mode MCP server connected.
Identical contents to the coord repo's .mcp.json — coord is the
producer of the MCP server, pty just consumes it. Points at the
coord repo's `bin/coord` directly.

env is empty: COORD_IDENTITY=pty-claude is set in pty.toml (next
commit), COORD_ROOT defaults to ~/.local/state/coord.

Part of brief-018 (switchover package) — see
github.com/myobie/coord notes/brief-018-switchover-package.md.

Nathan Herald (Jun 24, 2026, 10:00 AM +0200) b0801e6e 443717fc

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