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_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 |