Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
ask-gemini | Execute 'gemini -p <prompt>' to get Gemini AI's response. Supports enhanced change mode for structured edit suggestions. |
ping | Echo test message with structured response. |
Help | receive help information |
brainstorm | Generate structured brainstorming prompt with methodology-driven ideation, domain context integration, and analytical evaluation framework |
fetch-chunk | Fetch the next chunk of a response |
timeout-test | Test the timeout prevention system by running a long operation |
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 |