Vertex AI MCP Server

by shariqriazz
Verified

generate_project_guidelines

Create structured project guidelines by analyzing and synthesizing official documentation, style guides, and best practices for specified technologies and versions. Input a tech stack to generate actionable rules and recommendations.

Instructions

Generates a structured project guidelines document (e.g., Markdown) based on a specified list of technologies and versions (tech stack). Uses web search to find the latest official documentation, style guides, and best practices for each component and synthesizes them into actionable rules and recommendations. Uses the configured Vertex AI model (gemini-2.5-pro-exp-03-25) with Google Search. Requires 'tech_stack'.

Input Schema

NameRequiredDescriptionDefault
tech_stackYesAn array of strings specifying the project's technologies and versions (e.g., ['React 18.3', 'TypeScript 5.2', 'Node.js 20.10', 'Express 5.0', 'PostgreSQL 16.1']).

Input Schema (JSON Schema)

{ "properties": { "tech_stack": { "description": "An array of strings specifying the project's technologies and versions (e.g., ['React 18.3', 'TypeScript 5.2', 'Node.js 20.10', 'Express 5.0', 'PostgreSQL 16.1']).", "items": { "type": "string" }, "type": "array" } }, "required": [ "tech_stack" ], "type": "object" }
ID: 4flmun3tjc