gemini-design-mcp 3.12.6 → 3.12.7
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.
|
@@ -7,7 +7,7 @@ export const createFrontendSchema = {
|
|
|
7
7
|
"Be specific about functionality and content. " +
|
|
8
8
|
"Example: 'A pricing page with 3 tiers (Basic, Pro, Enterprise) with feature comparison table'"),
|
|
9
9
|
techStack: z.string().describe("The tech stack to use. Be specific. " +
|
|
10
|
-
"Examples: 'React + TypeScript + Tailwind CSS', 'Next.js 14 App Router + shadcn/ui', 'Vue 3 + Composition API
|
|
10
|
+
"Examples: 'React + TypeScript + Tailwind CSS', 'Next.js 14 App Router + shadcn/ui', 'Vue 3 + Composition API'..."),
|
|
11
11
|
designSystem: z.string().describe("REQUIRED: Copy-paste the ENTIRE content of design-system.md here. " +
|
|
12
12
|
"This contains ALL visual/design information: colors, typography, spacing, components styling, etc. " +
|
|
13
13
|
"Do NOT summarize - paste the FULL file content as-is."),
|
|
@@ -12,7 +12,7 @@ export const generateVibesSchema = {
|
|
|
12
12
|
"Exemples: 'developers', 'enterprise clients', 'young consumers', 'creative professionals'"),
|
|
13
13
|
techStack: z.string().optional().describe("Tech stack pour la page de vibes. " +
|
|
14
14
|
"Default: 'React + TypeScript + Tailwind CSS'. " +
|
|
15
|
-
"Exemples: 'Next.js', 'Vue 3', 'HTML + CSS', 'Svelte'"),
|
|
15
|
+
"Exemples: 'Next.js', 'Vue 3', 'HTML + CSS', 'Svelte'..."),
|
|
16
16
|
};
|
|
17
17
|
|
|
18
18
|
export async function generateVibes(params) {
|
|
@@ -9,7 +9,7 @@ export const snippetFrontendSchema = {
|
|
|
9
9
|
"'A form validation function for email and password', " +
|
|
10
10
|
"'A custom hook for handling API requests with loading/error states'"),
|
|
11
11
|
techStack: z.string().describe("The tech stack being used. " +
|
|
12
|
-
"Examples: 'React + TypeScript + Tailwind CSS', 'Vue 3 + Composition API'"),
|
|
12
|
+
"Examples: 'React + TypeScript + Tailwind CSS', 'Vue 3 + Composition API', 'Svelte + CSS'..."),
|
|
13
13
|
designSystem: z.string().describe("REQUIRED: Copy-paste the ENTIRE content of design-system.md here. " +
|
|
14
14
|
"This contains ALL visual/design information: colors, typography, spacing, components styling, etc. " +
|
|
15
15
|
"Do NOT summarize - paste the FULL file content as-is."),
|