Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
googleApiKey | Yes | Google API key for accessing the Gemini API |
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 |
---|---|
analyze_files | Analyze multiple files with a given prompt using Gemini CLI |
analyze_directory | Analyze a directory with a given prompt using Gemini CLI |
verify_feature | Verify if a feature is implemented in the codebase |
raw_prompt | Execute a raw prompt without file context using Gemini CLI |
get_config | Get configuration value |
set_config | Set configuration value |