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 |
---|---|
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 |
---|---|
search_projects | Search for projects by name substring. |
get_project | Get detailed information about a specific project. |
list_projects | List projects with optional filtering. |
get_repository_problems | Get problems reported for a specific repository. |
get_maintainer_problems | Get problems reported for packages maintained by a specific person. |