get-current-context
Retrieve the current Azure DevOps context from a specified directory path, enabling integration with multiple organizations and projects using the DevOps Enhanced MCP server.
Instructions
Get current Azure DevOps context based on directory
Input Schema
Name | Required | Description | Default |
---|---|---|---|
directory | No | Directory path to check (defaults to current working directory) |
Input Schema (JSON Schema)
{
"properties": {
"directory": {
"description": "Directory path to check (defaults to current working directory)",
"type": "string"
}
},
"type": "object"
}