Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,12 @@ AZURE_DEVOPS_DEFAULT_PROJECT=your-default-project
# API Version to use (optional, defaults to latest)
# AZURE_DEVOPS_API_VERSION=6.0

# Note: This server uses stdio for communication, not HTTP
# The following variables are not used by the server but might be used by scripts:
# Transport protocol to use (optional, defaults to 'stdio')
# Supported values: 'stdio', 'http'
TRANSPORT=stdio

# The port to run HTTP transport over (defaults to 8000)
# HTTP_PORT=8000

# Logging Level (debug, info, warn, error)
LOG_LEVEL=info
Expand Down
Loading