@vibes.diy/prompts 2.4.14 → 2.4.15
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/cli-footer.md +1 -0
- package/llms/fireproof.md +386 -432
- package/llms/image-gen.md +59 -36
- package/llms/use-viewer.md +89 -55
- package/mcp-footer.md +39 -0
- package/package.json +3 -3
- package/prompts.d.ts +1 -0
- package/prompts.js +12 -0
- package/prompts.js.map +1 -1
package/cli-footer.md
CHANGED
|
@@ -12,4 +12,5 @@
|
|
|
12
12
|
- `npx vibes-diy push --instant-join` — deploy and auto-accept sharing so anyone with the link can use it
|
|
13
13
|
- `npx vibes-diy push --app-slug other-name` — deploy to a different app slug instead of the directory name
|
|
14
14
|
- `npx vibes-diy login` — authenticate this device (run once before first push)
|
|
15
|
+
- `npx vibes-diy mcp --help` — start an MCP server for AI agent data access (Claude Desktop / Cowork)
|
|
15
16
|
- `npx vibes-diy help` — show all available commands
|