@vibes.diy/prompts 12.2.10 → 12.2.11

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/mcp-footer.md +6 -1
  2. package/package.json +5 -5
package/mcp-footer.md CHANGED
@@ -1,6 +1,11 @@
1
1
  ## MCP Server Setup
2
2
 
3
- Tools: vibes_list_apps, vibes_list_databases, vibes_get, vibes_put, vibes_delete, vibes_query
3
+ Tools: vibes_list_apps, vibes_list_databases, vibes_get, vibes_put, vibes_delete, vibes_query, vibes_generate
4
+
5
+ `vibes_generate` builds a brand-new vibe from a text prompt and deploys it live —
6
+ it takes minutes and spends your AI credits. The new app is separate from the
7
+ `--app-slug` this server was started with; the data tools keep pointing at that
8
+ one.
4
9
 
5
10
  Requires: npx vibes-diy login (one time)
6
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibes.diy/prompts",
3
- "version": "12.2.10",
3
+ "version": "12.2.11",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "description": "",
@@ -24,11 +24,11 @@
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
26
  "@adviser/cement": "~0.5.34",
27
- "@vibes.diy/call-ai-v2": "^12.2.10",
28
- "@vibes.diy/identity": "^12.2.10",
29
- "@vibes.diy/use-vibes-types": "^12.2.10",
27
+ "@vibes.diy/call-ai-v2": "^12.2.11",
28
+ "@vibes.diy/identity": "^12.2.11",
29
+ "@vibes.diy/use-vibes-types": "^12.2.11",
30
30
  "arktype": "~2.2.3",
31
- "json-schema-faker": "~0.6.2"
31
+ "json-schema-faker": "~0.6.3"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "react": ">=19.1.0"