Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
GEMINI_API_KEY | Yes | Your Google Gemini API key from Google AI Studio | |
powershellPath | No | Optional parameter allowing users to customize PowerShell executable path |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
ask-gemini | model selection [-m], sandbox [-s], and changeMode:boolean for providing edits |
ping | Echo |
Help | receive help information |
brainstorm | Generate novel ideas with dynamic context gathering. --> Creative frameworks (SCAMPER, Design Thinking, etc.), domain context integration, idea clustering, feasibility analysis, and iterative refinement. |
fetch-chunk | Retrieves cached chunks from a changeMode response. Use this to get subsequent chunks after receiving a partial changeMode response. |
timeout-test | Test timeout prevention by running for a specified duration |