Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
REPO_PATH | No | Path to your repository | current directory |
GEMINI_API_KEY | Yes | Your Gemini API key | |
YELLHORN_MCP_MODEL | No | Gemini model to use | gemini-2.5-pro-exp-03-25 |
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 |
---|---|
generate_work_plan | Generate a detailed work plan for implementing a task based on the current codebase. Creates a GitHub issue with customizable title and detailed description, labeled with 'yellhorn-mcp'.Note: You should generally just pass the full user task request task verbatim to detailed_description. |
review_work_plan | Review a pull request against the original work plan issue and provide feedback. |