familiar-vtt 2.8.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.
Files changed (2) hide show
  1. package/README.md +6 -5
  2. 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
- | Gemini CLI | stdio | Add to MCP settings |
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "familiar-vtt",
3
- "version": "2.8.0",
3
+ "version": "2.9.0",
4
4
  "description": "Your AI co-pilot for Foundry VTT. 188 tools across 24 domains — characters, combat, scenes, canvas, audio, voices, images, and more.",
5
5
  "type": "module",
6
6
  "engines": {