Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions units/en/unit3_1/creating-the-mcp-server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import os
import json
from fastmcp import FastMCP
from huggingface_hub import HfApi, model_info, ModelCard, ModelCardData
from huggingface_hub.utils import HfHubHTTPError
from huggingface_hub.errors import HfHubHTTPError
from dotenv import load_dotenv

load_dotenv()
Expand Down Expand Up @@ -333,4 +333,4 @@ In the next section, we'll create the MCP client that will allow our webhook han

The MCP server runs as a separate process from your main application. This isolation provides better error handling and allows the server to be reused by multiple clients or applications.

</Tip>
</Tip>