# MCP Server server: name: document-server # The name of the MCP server # Vertex AI Model model: model_name: models/gemini-1.5-flash-002 # The name of the Vertex AI model project_id: # The project ID of the Vertex AI model location: # The location of the model (e.g. us-central1) impersonate_service_account: # The service account to impersonate generate_content_config: # The configuration for the generate content API temperature: 0.7 # The temperature for the generate content API top_p: 0.95 # The top p for the generate content API # Vertex AI Data Store data_stores: - project_id: # The project ID of the Vertex AI data store location: # The location of the Vertex AI data store (e.g. us) datastore_id: # The ID of the Vertex AI data store tool_name: # The name of the tool description: # The description of the Vertex AI data store - project_id: # The project ID of the Vertex AI data store location: # The location of the Vertex AI data store (e.g. us) datastore_id: # The ID of the Vertex AI data store tool_name: # The name of the tool description: # The description of the Vertex AI data store