Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port number for SSE transport mode (enables HTTP/SSE endpoints instead of stdio). When set, the server exposes GET /sse and POST /messages endpoints. |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_organizations | Lists all available Azure DevOps organizations from the configuration |
| list_projects | Lists all projects in an Azure DevOps organization |
| pipelines_get_build_definitions | Gets a list of build definitions (pipeline configurations) in a project |
| pipelines_get_build_definition_revisions | Gets the revision history of a build definition |
| pipelines_get_builds | Gets a list of builds (pipeline runs) with filtering options |
| pipelines_get_build_log | Gets the list of log files for a build |
| pipelines_get_build_log_by_id | Gets the content of a specific build log file by ID |
| pipelines_get_build_changes | Gets the code changes (commits) associated with a build |
| pipelines_get_run | Gets details of a specific pipeline run |
| pipelines_list_runs | Lists all runs for a specific pipeline |
| pipelines_run_pipeline | Triggers a new pipeline run with optional parameters and variables |
| pipelines_get_build_status | Gets the status report for a build |
| pipelines_update_build_stage | Updates the status of a build stage (cancel or retry) |
| git_list_repositories | Lists all Git repositories in a project |
| git_get_pull_requests | Gets a list of pull requests in a repository with filtering options |
| git_get_pull_request | Gets details of a specific pull request by ID |
| git_create_pull_request | Creates a new pull request in a repository |
| git_get_item | Gets a file or folder from a Git repository with optional content and version control |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |