familiar-vtt 2.7.0 → 2.9.0
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/README.md +6 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -199,13 +199,14 @@ Familiar supports five MCP clients out of the box:
|
|
|
199
199
|
|
|
200
200
|
| Client | Transport | Setup |
|
|
201
201
|
|--------|-----------|-------|
|
|
202
|
-
| Claude Desktop | stdio | Add to `claude_desktop_config.json` |
|
|
203
|
-
| Claude Code (CLI) | stdio | `claude mcp add familiar -- npx familiar-vtt` |
|
|
204
|
-
| Codex CLI | stdio | `codex mcp add familiar -- npx -y familiar-vtt` |
|
|
205
|
-
|
|
|
202
|
+
| Claude Desktop | stdio | Add to `claude_desktop_config.json` with `env: { FAMILIAR_WS_SECRET }` |
|
|
203
|
+
| Claude Code (CLI) | stdio | `claude mcp add --env FAMILIAR_WS_SECRET=… familiar -- npx familiar-vtt` |
|
|
204
|
+
| Codex CLI | stdio | `codex mcp add familiar --env FAMILIAR_WS_SECRET=… -- npx -y familiar-vtt` |
|
|
205
|
+
| Codex Desktop | stdio | Add `[mcp_servers.familiar]` block to `~/.codex/config.toml` (shared with CLI / IDE) |
|
|
206
|
+
| Gemini CLI | stdio | Add to MCP settings with the `env` block |
|
|
206
207
|
| ChatGPT | Streamable HTTP | Remote URL via Cloudflare tunnel |
|
|
207
208
|
|
|
208
|
-
You don't need to configure each client by hand. The **MCP Setup Wizard** in Module Settings → Familiar detects your connected client and generates the exact config. Copy and paste.
|
|
209
|
+
You don't need to configure each client by hand. The **MCP Setup Wizard** in Module Settings → Familiar detects your connected client and generates the exact config — including the auto-generated `FAMILIAR_WS_SECRET` baked in. Copy and paste.
|
|
209
210
|
|
|
210
211
|
### Which should I pick?
|
|
211
212
|
|
|
@@ -317,7 +318,6 @@ Let the AI control the most popular Foundry modules: automated rolls, visual eff
|
|
|
317
318
|
|
|
318
319
|
| Module | What Familiar will do with it |
|
|
319
320
|
|--------|-------------------------------|
|
|
320
|
-
| Midi-QOL | Automated attack rolls, saving throws, and damage application |
|
|
321
321
|
| Sequencer + JB2A | Orchestrate animation sequences and trigger spell effects |
|
|
322
322
|
| Token Magic FX | Apply shader effects to tokens and tiles (fire auras, glowing shields) |
|
|
323
323
|
| Item Piles | Create and manage loot drops, merchants, and treasure hoards |
|
package/package.json
CHANGED