akseljoonas HF Staff commited on
Commit
f1d8fd6
·
1 Parent(s): 33f29a8

fix: use optional env var syntax for disabled MCP server config

Browse files
Files changed (1) hide show
  1. configs/main_agent_config.json +1 -1
configs/main_agent_config.json CHANGED
@@ -11,7 +11,7 @@
11
  "transport": "http",
12
  "url": "https://huggingface.co/mcp?login",
13
  "headers": {
14
- "Authorization": "Bearer ${HF_TOKEN}"
15
  }
16
  }
17
  }
 
11
  "transport": "http",
12
  "url": "https://huggingface.co/mcp?login",
13
  "headers": {
14
+ "Authorization": "Bearer ${HF_TOKEN:-}"
15
  }
16
  }
17
  }