Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Commit ·
f1d8fd6
1
Parent(s): 33f29a8
fix: use optional env var syntax for disabled MCP server config
Browse files
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 |
}
|