Skip to content
Merged
Show file tree
Hide file tree
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
10 changes: 4 additions & 6 deletions _posts/2025-09-29-building-hf-mcp-study.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,19 @@ layout: post
title: "Hugging Face MCP ์„œ๋ฒ„ ์Šคํ„ฐ๋””"
author: hyeonseo
categories: [์Šคํ„ฐ๋””]
image: assets/images/blog/posts/2025-09-29-building-hf-mcp/thumbnail.png
image: assets/images/blog/posts/2025-09-29-building-hf-mcp/thumbnail-study.png
---
* TOC
{:toc}
<!--toc-->
์ด ๊ธ€์€ Hugging Face ๋ธ”๋กœ๊ทธ์˜ [Building the Hugging Face MCP Server](https://huggingface.co/blog/building-hf-mcp)๋ฅผ ์ฝ๊ณ  ๊ณต๋ถ€ํ•œ ๋‚ด์šฉ์„ ๋ฐ”ํƒ•์œผ๋กœ ์ •๋ฆฌํ–ˆ์Šต๋‹ˆ๋‹ค.

---

## ์ฃผ์š” ๊ฐœ๋…

| ์›๋ฌธ ์šฉ์–ด (English) | ๋ฒˆ์—ญ ์šฉ์–ด (Korean) |
| ---------------------------- | ---------------------------- |
| --- | --- |
| Model Context Protocol (MCP) | ๋ชจ๋ธ ์ปจํ…์ŠคํŠธ ํ”„๋กœํ† ์ฝœ(MCP) |
| STDIO | STDIO |
| HTTP with SSE | HTTP with SSE |
Expand Down Expand Up @@ -183,10 +185,6 @@ image: assets/images/blog/posts/2025-09-29-building-hf-mcp/thumbnail.png
```
$ docker build --no-cache -t hf-mcp-server:latest .
$ docker run --rm -p 3000:3000 hf-mcp-server:latest
```

```
$ docker run --rm -p 3000:3000 hf-mcp-server:lf
Starting MCP server with transport type: streamablehttpjson on port 3000
Using standard HF_TOKEN authentication.
Using streamableHttpJson transport type (JSON response mode enabled)
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.