familiar-vtt 2.11.0 → 2.12.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 +2 -2
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
### Your AI co-pilot for Foundry VTT
|
|
6
6
|
|
|
7
|
-
**
|
|
7
|
+
**193 tools. 25 AI providers. Zero prep.**
|
|
8
8
|
|
|
9
9
|
Run combat, set the mood, and voice your NPCs, all by talking to your AI.
|
|
10
10
|
|
|
@@ -52,7 +52,7 @@ You stay in the story; Familiar runs the table. Say what you want and it happens
|
|
|
52
52
|
|
|
53
53
|
> "We're done for tonight. Summarize what happened and save it to the journal."
|
|
54
54
|
|
|
55
|
-
Familiar exposes **
|
|
55
|
+
Familiar exposes **193 tools across 24 domains** through the Model Context Protocol. Tools load as your AI needs them.
|
|
56
56
|
|
|
57
57
|
### Highlights
|
|
58
58
|
|
|
@@ -190,7 +190,7 @@ The **MCP Setup Wizard** in Module Settings → Familiar walks you through conne
|
|
|
190
190
|
|
|
191
191
|
## Connect your AI
|
|
192
192
|
|
|
193
|
-
There are two ways to connect an AI to your game. Both reach the same
|
|
193
|
+
There are two ways to connect an AI to your game. Both reach the same 193 tools. The difference is where the model runs and how you pay.
|
|
194
194
|
|
|
195
195
|
### Option 1: Built-in chat (API key)
|
|
196
196
|
|
|
@@ -242,7 +242,7 @@ You don't need to configure each client by hand. The **MCP Setup Wizard** in Mod
|
|
|
242
242
|
|
|
243
243
|
### What's different between the two paths
|
|
244
244
|
|
|
245
|
-
All
|
|
245
|
+
All 193 tools work from both paths. Two things differ:
|
|
246
246
|
|
|
247
247
|
- **Media renders in Foundry, not in your MCP client.** When an external client (ChatGPT, Claude Desktop, Codex) calls a voice or scene tool, the audio plays and the scene updates in your Foundry browser tab. The MCP client only gets a text confirmation. Generated images are the exception: they come back inline, so clients that render images can show them.
|
|
248
248
|
- **A few features are built-in-chat only.** Live transcription, auto-pilot for NPC turns, automatic memory and knowledge-base context, slash commands, and drag-and-drop attachments live only in the in-Foundry chat window. MCP clients reach every tool, but not these chat-UI features.
|
|
@@ -271,7 +271,7 @@ Fair question. You pay for Familiar, and you pay for the AI that powers it, but
|
|
|
271
271
|
|
|
272
272
|
| What you pay for | Who you pay | Typical cost |
|
|
273
273
|
|---|---|---|
|
|
274
|
-
| Familiar (the module + all
|
|
274
|
+
| Familiar (the module + all 193 tools) | Us | $3 / month or $25 / year |
|
|
275
275
|
| The AI itself | Your provider, directly | $0.50–$3 per session, or $0 |
|
|
276
276
|
|
|
277
277
|
That $0 is real. If you connect a subscription you already pay for (Claude, ChatGPT/Codex, Gemini, Antigravity) through MCP, the AI cost is already covered. The same goes for local models through Ollama or LM Studio: nothing leaves your machine, and nothing hits a bill. Bring your own API key instead, and a typical session costs about the price of a coffee, paid straight to the provider.
|
|
@@ -348,7 +348,7 @@ Built-in chat works anywhere Foundry runs, including The Forge. The module makes
|
|
|
348
348
|
<details>
|
|
349
349
|
<summary><b>What's the difference between MCP mode and built-in chat?</b></summary>
|
|
350
350
|
|
|
351
|
-
Built-in chat runs inside Foundry with no extra server. The fastest way to start. MCP connects Familiar to external clients (Claude Desktop, Codex CLI / Desktop, Antigravity CLI / Editor, ChatGPT, Gemini) through a local server, letting you use existing subscriptions and handling complex multi-step tasks better. Both reach the same
|
|
351
|
+
Built-in chat runs inside Foundry with no extra server. The fastest way to start. MCP connects Familiar to external clients (Claude Desktop, Codex CLI / Desktop, Antigravity CLI / Editor, ChatGPT, Gemini) through a local server, letting you use existing subscriptions and handling complex multi-step tasks better. Both reach the same 193 tools, though media (voice, scenes) renders in your Foundry tab rather than the MCP client.
|
|
352
352
|
|
|
353
353
|
</details>
|
|
354
354
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "familiar-vtt",
|
|
3
|
-
"version": "2.
|
|
4
|
-
"description": "Your AI co-pilot for Foundry VTT.
|
|
3
|
+
"version": "2.12.0",
|
|
4
|
+
"description": "Your AI co-pilot for Foundry VTT. 193 tools across 24 domains — characters, combat, scenes, canvas, audio, voices, images, and more.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
7
7
|
"node": ">=20"
|