@jokerized/decksmith 0.1.1 → 0.1.2
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 +1 -1
- package/dist/mcp.js +8201 -0
- package/package.json +1 -2
package/README.md
CHANGED
|
@@ -336,7 +336,7 @@ turn a document into a deck with the same settings the CLI takes.
|
|
|
336
336
|
}
|
|
337
337
|
```
|
|
338
338
|
|
|
339
|
-
Build it first with `npm run build
|
|
339
|
+
Build it first with `npm run build`. `DECKSMITH_MCP_ROOT` is the fence
|
|
340
340
|
— documents outside it are not readable, and it defaults to your home directory rather than
|
|
341
341
|
the working directory, because not every client launches a stdio server anywhere useful.
|
|
342
342
|
|