Download Latest Version [v0.33.4] [Tiny-Agent]_ Fix schema validation error for default MCP tools source code.tar.gz (1.0 MB)
Email in envelope

Get an email when there's a new version of huggingface_hub

Home / v0.33.2
Name Modified Size InfoDownloads / Week
Parent folder
[v0.33.2] [Tiny-Agent]_ Switch to VSCode MCP format source code.tar.gz 2025-07-02 1.0 MB
[v0.33.2] [Tiny-Agent]_ Switch to VSCode MCP format source code.zip 2025-07-02 1.3 MB
README.md 2025-07-02 1.0 kB
Totals: 3 Items   2.3 MB 0

Full Changelog: https://github.com/huggingface/huggingface_hub/compare/v0.33.1...v0.33.2

  • [Tiny-Agent] Switch to VSCode MCP format + fix headers handling [#3166] by @Wauplin

Breaking changes: - no more config nested mapping => everything at root level - headers at root level instead of inside options.requestInit - updated the way values are pulled from ENV (based on input id)

Example of agent.json:

:::js
{
  "model": "Qwen/Qwen2.5-72B-Instruct",
  "provider": "nebius",
  "inputs": [
    {
      "type": "promptString",
      "id": "hf-token",
      "description": "Token for Hugging Face API access",
      "password": true
    }
  ],
  "servers": [
    {
      "type": "http",
      "url": "https://huggingface.co/mcp",
      "headers": {
        "Authorization": "Bearer ${input:hf-token}"
      }
    }
  ]
}

Find more examples in https://huggingface.co/datasets/tiny-agents/tiny-agents

Source: README.md, updated 2025-07-02