GCP MCP

by eniayomi
Verified

select-project

Selects GCP project to use for subsequent interactions

Input Schema

NameRequiredDescriptionDefault
projectIdYesID of the GCP project to select
regionNoRegion to use (if not provided, us-central1 is used)

Input Schema (JSON Schema)

{ "properties": { "projectId": { "description": "ID of the GCP project to select", "type": "string" }, "region": { "description": "Region to use (if not provided, us-central1 is used)", "type": "string" } }, "required": [ "projectId" ], "type": "object" }