Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
AZURE_DEVOPS_PAT | No | Personal Access Token for authentication | |
AZURE_DEVOPS_URL | Yes | Azure DevOps URL | |
AZURE_DEVOPS_PROJECT | No | Default project name (optional) | |
AZURE_DEVOPS_ORGANIZATION | Yes | Azure DevOps Organization Name |
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_wiki | Search across wiki content using Azure DevOps Search API |
wiki_get_page_tree | Retrieve hierarchical page structure from wiki |
wiki_get_page | Get content of a specific wiki page |
wiki_update_page | Update content of an existing wiki page or create a new page if it does not exist |
list_wiki | List all wikis in a project |