# Tailscale MCP Server Configuration
# Option 1: API Key Authentication
TAILSCALE_API_KEY=tskey-api-your-api-key-here
TAILSCALE_TAILNET=your-tailnet-name
# Option 2: OAuth Authentication
# TAILSCALE_CLIENT_ID=your-oauth-client-id
# TAILSCALE_CLIENT_SECRET=your-oauth-client-secret
# TAILSCALE_TAILNET=your-tailnet-name
# Notes:
# - Use either API key OR OAuth authentication, not both
# - TAILSCALE_TAILNET is optional and defaults to "-" (default tailnet)
# - For OAuth, both CLIENT_ID and CLIENT_SECRET must be provided
# - OAuth automatically grants "all:read" and "all:write" scopes