ml-intern / agent /config_mcp_example.json
akseljoonas's picture
leaderboard and results
be350cb
Raw
History Blame
302 Bytes
{
"model_name": "anthropic/claude-sonnet-4-5-20250929",
"tools": [],
"system_prompt_path": "",
"mcpServers": {
"hf-mcp-server": {
"transport": "http",
"url": "https://huggingface.co/mcp?login",
"headers": {
"Authorization": "Bearer ${HF_TOKEN}"
}
}
}
}