-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
22 lines (18 loc) · 903 Bytes
/
Copy pathenv.example
File metadata and controls
22 lines (18 loc) · 903 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Weights & Biases Configuration
# Get your API key at: https://wandb.ai/authorize
WANDB_API_KEY=your-api-key
# Optional: wandbot Support Agent Configuration
# This provides access to the RAG-powered technical support bot
# that can answer any W&B/Weave questions and help with debugging
# Default value is already set - only override if using a custom wandbot instance
# WANDBOT_BASE_URL=https://morg--wandbot-api-wandbotapi-serve.modal.run
# Optional: Custom W&B base URL (for enterprise/self-hosted instances)
# WANDB_BASE_URL=https://api.wandb.ai
# Optional: Weave Tracing Configuration for MCP Operations
# Uncomment to enable detailed observability of MCP tool calls
# WEAVE_DISABLED=false
# MCP_LOGS_WANDB_ENTITY=your-entity
# MCP_LOGS_WANDB_PROJECT=mcp-logs
# MCP_TRACE_LIST_OPERATIONS=true
# Optional: Server Logging Configuration
# MCP_SERVER_LOG_LEVEL=INFO # DEBUG, INFO, WARNING, ERROR