Yoan Di Cosmo commited on
Commit
68dc4d3
·
1 Parent(s): 4a6892c

Deleted the example config file

Browse files
Files changed (1) hide show
  1. agent/config_mcp_example.json +0 -15
agent/config_mcp_example.json DELETED
@@ -1,15 +0,0 @@
1
- {
2
- "model_name": "anthropic/claude-sonnet-4-5-20250929",
3
- "system_prompt_path": "",
4
- "confirm_cpu_jobs": false,
5
- "auto_file_upload": true,
6
- "mcpServers": {
7
- "hf-mcp-server": {
8
- "transport": "http",
9
- "url": "https://huggingface.co/mcp?login",
10
- "headers": {
11
- "Authorization": "Bearer ${HF_TOKEN}"
12
- }
13
- }
14
- }
15
- }