Spaces:
Paused
Paused
File size: 648 Bytes
7d190a0 e2aaee8 7d190a0 e2aaee8 7d190a0 e2aaee8 7d190a0 e2aaee8 7d190a0 e2aaee8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
# W&B MCP Server Configuration Example
# Copy this file to .env and add your values
# ================================
# FOR STDIO TRANSPORT
# ================================
# Required for STDIO transport only
# Get your key from: https://wandb.ai/authorize
WANDB_API_KEY=your_wandb_api_key_here
# ================================
# FOR HTTP TRANSPORT
# ================================
# No configuration needed!
# Users provide their own API keys as Bearer tokens
# ================================
# DEVELOPMENT ONLY
# ================================
# Disable authentication entirely (NEVER use in production!)
# MCP_AUTH_DISABLED=true |