{ "model": "Qwen/Qwen2.5-72B-Instruct", "provider": "nebius", "inputs": [ { "type": "promptString", "id": "hf-token", "description": "Your Hugging Face Token", "password": true } ], "servers": [ { "type": "stdio", "command": "npx", "args": [ "mcp-remote", "https://huggingface.co/mcp", "--header", "Authorization: Bearer ${HF_TOKEN}" ], "env": { "HF_TOKEN": "${input:hf-token}" } } ] }