@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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/dist/mcp.js +8201 -0
  3. 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 && npm run build:mcp`. `DECKSMITH_MCP_ROOT` is the fence
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