From deaaab47b4815c630583c65450907fc9de5a5339 Mon Sep 17 00:00:00 2001 From: IshitaSingh Date: Tue, 7 Apr 2026 19:01:07 +0530 Subject: [PATCH] Add documentation for Gemini 3.1 Pro Preview usage Added instructions for using Gemini 3.1 Pro Preview API. --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index af0c71058..0a79aa934 100644 --- a/README.md +++ b/README.md @@ -200,8 +200,20 @@ cd pal-mcp-server ## Provider Configuration -PAL activates any provider that has credentials in your `.env`. See `.env.example` for deeper customization. +## Using Gemini 3.1 Pro Preview +PAL MCP supports Gemini models through Google's Generative AI API. You can use newer models such as **Gemini 3.1 Pro Preview** if they are available in your API access. + +### Steps to Use Gemini 3.1 Pro Preview + +1. **Get a Gemini API Key** + - Visit: https://makersuite.google.com/app/apikey + - Generate your API key + +2. **Set your API Key** + Add it to your environment variables or `.env` file: + ```bash + GEMINI_API_KEY=your_api_key_here ## Core Tools > **Note:** Each tool comes with its own multi-step workflow, parameters, and descriptions that consume valuable context window space even when not in use. To optimize performance, some tools are disabled by default. See [Tool Configuration](#tool-configuration) below to enable them.