url string | repository_url string | labels_url string | comments_url string | events_url string | html_url string | id int64 | node_id string | number int64 | title string | user dict | labels sequence | state string | locked bool | assignee null | assignees sequence | milestone null | comments sequence | created_at timestamp[s] | updated_at timestamp[s] | closed_at timestamp[s] | author_association string | type null | active_lock_reason null | sub_issues_summary dict | body string | closed_by dict | reactions dict | timeline_url string | performed_via_github_app null | state_reason string | draft bool | pull_request dict | is_pull_request bool |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
https://api.github.com/repos/huggingface/mcp-course/issues/104 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/104/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/104/comments | https://api.github.com/repos/huggingface/mcp-course/issues/104/events | https://github.com/huggingface/mcp-course/issues/104 | 3,146,379,401 | I_kwDOOkuIPc67ifCJ | 104 | Invalid credentials in Authorization header | {
"login": "eduardoworrel",
"id": 17443979,
"node_id": "MDQ6VXNlcjE3NDQzOTc5",
"avatar_url": "https://avatars.githubusercontent.com/u/17443979?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/eduardoworrel",
"html_url": "https://github.com/eduardoworrel",
"followers_url": "https://api.github.com/users/eduardoworrel/followers",
"following_url": "https://api.github.com/users/eduardoworrel/following{/other_user}",
"gists_url": "https://api.github.com/users/eduardoworrel/gists{/gist_id}",
"starred_url": "https://api.github.com/users/eduardoworrel/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/eduardoworrel/subscriptions",
"organizations_url": "https://api.github.com/users/eduardoworrel/orgs",
"repos_url": "https://api.github.com/users/eduardoworrel/repos",
"events_url": "https://api.github.com/users/eduardoworrel/events{/privacy}",
"received_events_url": "https://api.github.com/users/eduardoworrel/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2025-06-14T17:05:58 | 2025-06-14T17:08:05 | null | NONE | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | Hello everyone, I was unable to complete the [MCP clients step](https://github.com/huggingface/mcp-course/issues/104#issue-3146379401) using typescript due to the following
**Error: Invalid credentials in Authorization header**
```bash
eduardoworrel@MacBook-Pro-de-Eduardo MCP % huggingface-cli login
_| _| _| _| _|_|_| _|_|_| _|_|_| _| _| _|_|_| _|_|_|_| _|_| _|_|_| _|_|_|_|
_| _| _| _| _| _| _| _|_| _| _| _| _| _| _| _|
_|_|_|_| _| _| _| _|_| _| _|_| _| _| _| _| _| _|_| _|_|_| _|_|_|_| _| _|_|_|
_| _| _| _| _| _| _| _| _| _| _|_| _| _| _| _| _| _| _|
_| _| _|_| _|_|_| _|_|_| _|_|_| _| _| _|_|_| _| _| _| _|_|_| _|_|_|_|
A token is already saved on your machine. Run `huggingface-cli whoami` to get more information or `huggingface-cli logout` if you want to log out.
Setting a new token will erase the existing one.
To log in, `huggingface_hub` requires a token generated from https://huggingface.co/settings/tokens .
Enter your token (input will not be visible):
Add token as git credential? (Y/n) y
Token is valid (permission: fineGrained).
The token `map` has been saved to /Users/eduardoworrel/.cache/huggingface/stored_tokens
Your token has been saved in your configured git credential helpers (osxkeychain).
Your token has been saved to /Users/eduardoworrel/.cache/huggingface/token
Login successful.
The current active token is: `map`
eduardoworrel@MacBook-Pro-de-Eduardo MCP % npx @huggingface/tiny-agents run ./agent
Agent loaded with 25 tools:
- browser_close
- browser_resize
- browser_console_messages
- browser_handle_dialog
- browser_file_upload
- browser_install
- browser_press_key
- browser_navigate
- browser_navigate_back
- browser_navigate_forward
- browser_network_requests
- browser_pdf_save
- browser_take_screenshot
- browser_snapshot
- browser_click
- browser_drag
- browser_hover
- browser_type
- browser_select_option
- browser_tab_list
- browser_tab_new
- browser_tab_select
- browser_tab_close
- browser_generate_playwright_test
- browser_wait_for
> do a Web Search for HF inference providers on Brave Search and open the first result and then give me the list of the inference providers supported on Hugging Face
/Users/eduardoworrel/Documents/agents/MCP/node_modules/@huggingface/tiny-agents/dist/cli.js:120
throw err;
^
Error: Invalid credentials in Authorization header
at innerStreamingRequest (/Users/eduardoworrel/Documents/agents/MCP/node_modules/@huggingface/inference/dist/commonjs/utils/request.js:57:23)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async chatCompletionStream (/Users/eduardoworrel/Documents/agents/MCP/node_modules/@huggingface/inference/dist/commonjs/tasks/nlp/chatCompletionStream.js:13:5)
at async Agent.processSingleTurnWithTools (/Users/eduardoworrel/Documents/agents/MCP/node_modules/@huggingface/mcp-client/dist/src/index.js:198:22)
at async Agent.run (/Users/eduardoworrel/Documents/agents/MCP/node_modules/@huggingface/mcp-client/dist/src/index.js:328:9)
at async mainCliLoop (/Users/eduardoworrel/Documents/agents/MCP/node_modules/@huggingface/tiny-agents/dist/cli.js:131:22)
at async main (/Users/eduardoworrel/Documents/agents/MCP/node_modules/@huggingface/tiny-agents/dist/cli.js:301:5)
Node.js v22.7.0
``` | null | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/104/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/104/timeline | null | null | null | null | false |
https://api.github.com/repos/huggingface/mcp-course/issues/103 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/103/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/103/comments | https://api.github.com/repos/huggingface/mcp-course/issues/103/events | https://github.com/huggingface/mcp-course/pull/103 | 3,142,157,218 | PR_kwDOOkuIPc6aUT2d | 103 | fix: markdown rendering in tips and extract constants | {
"login": "zealoushacker",
"id": 346275,
"node_id": "MDQ6VXNlcjM0NjI3NQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/346275?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/zealoushacker",
"html_url": "https://github.com/zealoushacker",
"followers_url": "https://api.github.com/users/zealoushacker/followers",
"following_url": "https://api.github.com/users/zealoushacker/following{/other_user}",
"gists_url": "https://api.github.com/users/zealoushacker/gists{/gist_id}",
"starred_url": "https://api.github.com/users/zealoushacker/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/zealoushacker/subscriptions",
"organizations_url": "https://api.github.com/users/zealoushacker/orgs",
"repos_url": "https://api.github.com/users/zealoushacker/repos",
"events_url": "https://api.github.com/users/zealoushacker/events{/privacy}",
"received_events_url": "https://api.github.com/users/zealoushacker/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/learn/mcp-course/pr_103). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2025-06-13T03:45:46 | 2025-06-13T07:04:06 | 2025-06-13T07:04:06 | COLLABORATOR | null | null | null | ## Summary
- Fix markdown rendering issues in Tip components by adding proper line breaks
- Extract dictionaries as module-level constants for better code organization
- Make code more pythonic with list comprehensions
## Changes
### Markdown Rendering Fixes
- Added missing line breaks after `<Tip>` and `<Tip warning={true}>` tags and before closing `</Tip>` tags
- This ensures markdown content (like **bold text**) renders properly inside tooltips
- Fixed 5 Tip components across 4 MDX files in unit3
### Code Quality Improvements (per @elie's review)
- Extract `type_mapping` as `TYPE_MAPPING` constant ([review comment](https://github.com/huggingface/mcp-course/commit/72703c28e47da307015a00d5d287056803d4ee1f#r158071748))
- Extract `default_templates` as `DEFAULT_TEMPLATES` constant
- Convert `get_pr_templates` loops to list comprehensions ([review comment](https://github.com/huggingface/mcp-course/commit/72703c28e47da307015a00d5d287056803d4ee1f#r158071738))
- Remove unused imports (`Dict`, `List`, `Any` from typing)
- Fix unused exception variables
### Files Modified
- 5 Python server files (build-mcp-server, github-actions-integration, slack-notification)
- 4 MDX lesson files (introduction, build-mcp-server, github-actions-integration, slack-notification)
## Test plan
- [x] Verify markdown renders correctly in Tip components
- [x] Ensure all Python files run without import errors
- [x] Confirm constants are properly used in all functions | {
"login": "burtenshaw",
"id": 19620375,
"node_id": "MDQ6VXNlcjE5NjIwMzc1",
"avatar_url": "https://avatars.githubusercontent.com/u/19620375?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/burtenshaw",
"html_url": "https://github.com/burtenshaw",
"followers_url": "https://api.github.com/users/burtenshaw/followers",
"following_url": "https://api.github.com/users/burtenshaw/following{/other_user}",
"gists_url": "https://api.github.com/users/burtenshaw/gists{/gist_id}",
"starred_url": "https://api.github.com/users/burtenshaw/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/burtenshaw/subscriptions",
"organizations_url": "https://api.github.com/users/burtenshaw/orgs",
"repos_url": "https://api.github.com/users/burtenshaw/repos",
"events_url": "https://api.github.com/users/burtenshaw/events{/privacy}",
"received_events_url": "https://api.github.com/users/burtenshaw/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/103/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/103/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/mcp-course/pulls/103",
"html_url": "https://github.com/huggingface/mcp-course/pull/103",
"diff_url": "https://github.com/huggingface/mcp-course/pull/103.diff",
"patch_url": "https://github.com/huggingface/mcp-course/pull/103.patch",
"merged_at": "2025-06-13T07:04:06"
} | true |
https://api.github.com/repos/huggingface/mcp-course/issues/102 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/102/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/102/comments | https://api.github.com/repos/huggingface/mcp-course/issues/102/events | https://github.com/huggingface/mcp-course/issues/102 | 3,140,368,185 | I_kwDOOkuIPc67Ljc5 | 102 | unit 3: dead link MCP roots | {
"login": "sdelahaies",
"id": 12659508,
"node_id": "MDQ6VXNlcjEyNjU5NTA4",
"avatar_url": "https://avatars.githubusercontent.com/u/12659508?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sdelahaies",
"html_url": "https://github.com/sdelahaies",
"followers_url": "https://api.github.com/users/sdelahaies/followers",
"following_url": "https://api.github.com/users/sdelahaies/following{/other_user}",
"gists_url": "https://api.github.com/users/sdelahaies/gists{/gist_id}",
"starred_url": "https://api.github.com/users/sdelahaies/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/sdelahaies/subscriptions",
"organizations_url": "https://api.github.com/users/sdelahaies/orgs",
"repos_url": "https://api.github.com/users/sdelahaies/repos",
"events_url": "https://api.github.com/users/sdelahaies/events{/privacy}",
"received_events_url": "https://api.github.com/users/sdelahaies/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2025-06-12T13:45:45 | 2025-06-12T13:45:45 | null | NONE | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | Hi, in unit 3/Module 1, in the last item of the Troubleshooting section there is a dead link for MCP roots
thanks for this challenging course! | null | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/102/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/102/timeline | null | null | null | null | false |
https://api.github.com/repos/huggingface/mcp-course/issues/101 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/101/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/101/comments | https://api.github.com/repos/huggingface/mcp-course/issues/101/events | https://github.com/huggingface/mcp-course/issues/101 | 3,140,054,485 | I_kwDOOkuIPc67KW3V | 101 | It did not auto select year in linkedin when I clicked Add to linkedin | {
"login": "Aryan-Bagale",
"id": 182872903,
"node_id": "U_kgDOCuZrRw",
"avatar_url": "https://avatars.githubusercontent.com/u/182872903?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Aryan-Bagale",
"html_url": "https://github.com/Aryan-Bagale",
"followers_url": "https://api.github.com/users/Aryan-Bagale/followers",
"following_url": "https://api.github.com/users/Aryan-Bagale/following{/other_user}",
"gists_url": "https://api.github.com/users/Aryan-Bagale/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Aryan-Bagale/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Aryan-Bagale/subscriptions",
"organizations_url": "https://api.github.com/users/Aryan-Bagale/orgs",
"repos_url": "https://api.github.com/users/Aryan-Bagale/repos",
"events_url": "https://api.github.com/users/Aryan-Bagale/events{/privacy}",
"received_events_url": "https://api.github.com/users/Aryan-Bagale/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2025-06-12T12:13:17 | 2025-06-12T12:13:17 | null | NONE | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} |  | null | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/101/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/101/timeline | null | null | null | null | false |
https://api.github.com/repos/huggingface/mcp-course/issues/100 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/100/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/100/comments | https://api.github.com/repos/huggingface/mcp-course/issues/100/events | https://github.com/huggingface/mcp-course/issues/100 | 3,138,547,628 | I_kwDOOkuIPc67Em-s | 100 | MCP tool is returning a string representation of a dictionary rather than an actual dictionary object | {
"login": "bayesways",
"id": 33186093,
"node_id": "MDQ6VXNlcjMzMTg2MDkz",
"avatar_url": "https://avatars.githubusercontent.com/u/33186093?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/bayesways",
"html_url": "https://github.com/bayesways",
"followers_url": "https://api.github.com/users/bayesways/followers",
"following_url": "https://api.github.com/users/bayesways/following{/other_user}",
"gists_url": "https://api.github.com/users/bayesways/gists{/gist_id}",
"starred_url": "https://api.github.com/users/bayesways/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/bayesways/subscriptions",
"organizations_url": "https://api.github.com/users/bayesways/orgs",
"repos_url": "https://api.github.com/users/bayesways/repos",
"events_url": "https://api.github.com/users/bayesways/events{/privacy}",
"received_events_url": "https://api.github.com/users/bayesways/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 2025-06-12T02:06:52 | 2025-06-12T07:19:10 | 2025-06-12T07:19:10 | CONTRIBUTOR | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | Summary:
The code example app.py in [Unit 2: Gradio Server](https://huggingface.co/learn/mcp-course/unit2/gradio-server) does not return json as intended. This causes an error when we run the agent in the following chapter.
Details:
The MCP tool presented in app.py is a sentiment analysis tool. Running the agent from [Unit 2: Gradio Client](https://huggingface.co/learn/mcp-course/unit2/gradio-client#complete-example) with the prompt "Analyze the sentiment of the following text "This is awesome"" gives the following results
```bash
* Running on local URL: http://127.0.0.1:7861
* To create a public link, set `share=True` in `launch()`.
╭────────────────────────────────── New run ───────────────────────────────────╮
│ │
│ Analyze the sentiment of the following text "This is awesome" │
│ │
╰─ InferenceClientModel - Qwen/Qwen2.5-Coder-32B-Instruct ─────────────────────╯
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Step 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
─ Executing parsed code: ─────────────────────────────────────────────────────
sentiment_result = sentiment_analysis(text="This is awesome")
print(sentiment_result)
──────────────────────────────────────────────────────────────────────────────
Execution logs:
root={'polarity': 1.0, 'subjectivity': 1.0, 'assessment': 'positive'}
Out: None
[Step 1: Duration 3.17 seconds| Input tokens: 2,046 | Output tokens: 51]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Step 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Error in code parsing:
Your code snippet is invalid, because the regex pattern
```(?:py|python)?\s*\n(.*?)\n``` was not found in it.
Here is your code snippet:
Observation:
Make sure to include code with the correct pattern, for instance:
Thoughts: Your thoughts
Code:
```py
# Your python code here
```<end_code>
Make sure to provide correct code blobs.
[Step 2: Duration 0.94 seconds| Input tokens: 4,245 | Output tokens: 54]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Step 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
─ Executing parsed code: ─────────────────────────────────────────────────────
sentiment_result = sentiment_analysis(text="This is awesome")
print(sentiment_result)
──────────────────────────────────────────────────────────────────────────────
Execution logs:
root={'polarity': 1.0, 'subjectivity': 1.0, 'assessment': 'positive'}
Out: None
[Step 3: Duration 3.07 seconds| Input tokens: 6,574 | Output tokens: 115]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Step 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
─ Executing parsed code: ─────────────────────────────────────────────────────
final_answer(sentiment_result['assessment'])
──────────────────────────────────────────────────────────────────────────────
Code execution failed at line 'final_answer(sentiment_result['assessment'\])'
due to: InterpreterError: Could not index root={'polarity': 1.0, 'subjectivity':
1.0, 'assessment': 'positive'} with 'assessment': TypeError: string indices must
be integers, not 'str'
[Step 4: Duration 4.00 seconds| Input tokens: 9,066 | Output tokens: 192]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Step 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
─ Executing parsed code: ─────────────────────────────────────────────────────
print(type(sentiment_result))
print(sentiment_result)
final_answer(sentiment_result['assessment'])
──────────────────────────────────────────────────────────────────────────────
Execution logs:
<class 'str'>
root={'polarity': 1.0, 'subjectivity': 1.0, 'assessment': 'positive'}
Code execution failed at line 'final_answer(sentiment_result['assessment'\])'
due to: InterpreterError: Could not index root={'polarity': 1.0, 'subjectivity':
1.0, 'assessment': 'positive'} with 'assessment': TypeError: string indices must
be integers, not 'str'
[Step 5: Duration 4.26 seconds| Input tokens: 11,789 | Output tokens: 276]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Step 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
─ Executing parsed code: ─────────────────────────────────────────────────────
import re
# Parse the string to extract the sentiment assessment
sentiment_dict = eval(sentiment_result)
final_answer(sentiment_dict['assessment'])
──────────────────────────────────────────────────────────────────────────────
Code execution failed at line 'sentiment_dict = eval(sentiment_result)' due to:
InterpreterError: Forbidden function evaluation: 'eval' is not among the
explicitly allowed tools or defined/imported in the preceding code
[Step 6: Duration 3.83 seconds| Input tokens: 14,799 | Output tokens: 348]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Step 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
─ Executing parsed code: ─────────────────────────────────────────────────────
import re
# Use regular expression to extract the sentiment assessment
match = re.search(r"'assessment':\s*'([^']*)'", sentiment_result)
if match:
assessment = match.group(1)
final_answer(assessment)
else:
final_answer("Unable to extract assessment")
──────────────────────────────────────────────────────────────────────────────
Out - Final answer: positive
[Step 7: Duration 5.12 seconds| Input tokens: 18,038 | Output tokens: 442]
Error in sse_reader: peer closed connection without sending complete message body (incomplete chunked read)
```
This is taken from the log of the agent when I tried to run it
The sentiment_analysis tool is returning a string that looks like a dictionary ("root={'polarity': 1.0, 'subjectivity': 1.0, 'assessment': 'positive'}") instead of returning an actual Python dictionary object. See for example the following excerpt from the logs
```
<class 'str'>
root={'polarity': 1.0, 'subjectivity': 1.0, 'assessment': 'positive'}
```
The agent tries to use dictionary indexing on a string and fails.
I opened this [PR](https://github.com/huggingface/mcp-course/pull/99) to suggest a fix. | {
"login": "burtenshaw",
"id": 19620375,
"node_id": "MDQ6VXNlcjE5NjIwMzc1",
"avatar_url": "https://avatars.githubusercontent.com/u/19620375?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/burtenshaw",
"html_url": "https://github.com/burtenshaw",
"followers_url": "https://api.github.com/users/burtenshaw/followers",
"following_url": "https://api.github.com/users/burtenshaw/following{/other_user}",
"gists_url": "https://api.github.com/users/burtenshaw/gists{/gist_id}",
"starred_url": "https://api.github.com/users/burtenshaw/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/burtenshaw/subscriptions",
"organizations_url": "https://api.github.com/users/burtenshaw/orgs",
"repos_url": "https://api.github.com/users/burtenshaw/repos",
"events_url": "https://api.github.com/users/burtenshaw/events{/privacy}",
"received_events_url": "https://api.github.com/users/burtenshaw/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/100/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/100/timeline | null | completed | null | null | false |
https://api.github.com/repos/huggingface/mcp-course/issues/99 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/99/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/99/comments | https://api.github.com/repos/huggingface/mcp-course/issues/99/events | https://github.com/huggingface/mcp-course/pull/99 | 3,138,533,528 | PR_kwDOOkuIPc6aH_gt | 99 | fix mcp server to return json | {
"login": "bayesways",
"id": 33186093,
"node_id": "MDQ6VXNlcjMzMTg2MDkz",
"avatar_url": "https://avatars.githubusercontent.com/u/33186093?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/bayesways",
"html_url": "https://github.com/bayesways",
"followers_url": "https://api.github.com/users/bayesways/followers",
"following_url": "https://api.github.com/users/bayesways/following{/other_user}",
"gists_url": "https://api.github.com/users/bayesways/gists{/gist_id}",
"starred_url": "https://api.github.com/users/bayesways/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/bayesways/subscriptions",
"organizations_url": "https://api.github.com/users/bayesways/orgs",
"repos_url": "https://api.github.com/users/bayesways/repos",
"events_url": "https://api.github.com/users/bayesways/events{/privacy}",
"received_events_url": "https://api.github.com/users/bayesways/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 2025-06-12T02:01:15 | 2025-06-12T13:47:37 | 2025-06-12T07:19:10 | CONTRIBUTOR | null | null | null | fix https://github.com/huggingface/mcp-course/issues/100 | {
"login": "burtenshaw",
"id": 19620375,
"node_id": "MDQ6VXNlcjE5NjIwMzc1",
"avatar_url": "https://avatars.githubusercontent.com/u/19620375?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/burtenshaw",
"html_url": "https://github.com/burtenshaw",
"followers_url": "https://api.github.com/users/burtenshaw/followers",
"following_url": "https://api.github.com/users/burtenshaw/following{/other_user}",
"gists_url": "https://api.github.com/users/burtenshaw/gists{/gist_id}",
"starred_url": "https://api.github.com/users/burtenshaw/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/burtenshaw/subscriptions",
"organizations_url": "https://api.github.com/users/burtenshaw/orgs",
"repos_url": "https://api.github.com/users/burtenshaw/repos",
"events_url": "https://api.github.com/users/burtenshaw/events{/privacy}",
"received_events_url": "https://api.github.com/users/burtenshaw/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/99/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/99/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/mcp-course/pulls/99",
"html_url": "https://github.com/huggingface/mcp-course/pull/99",
"diff_url": "https://github.com/huggingface/mcp-course/pull/99.diff",
"patch_url": "https://github.com/huggingface/mcp-course/pull/99.patch",
"merged_at": "2025-06-12T07:19:10"
} | true |
https://api.github.com/repos/huggingface/mcp-course/issues/98 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/98/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/98/comments | https://api.github.com/repos/huggingface/mcp-course/issues/98/events | https://github.com/huggingface/mcp-course/pull/98 | 3,138,464,817 | PR_kwDOOkuIPc6aHxAe | 98 | change client example to demonstrate usage of tool | {
"login": "bayesways",
"id": 33186093,
"node_id": "MDQ6VXNlcjMzMTg2MDkz",
"avatar_url": "https://avatars.githubusercontent.com/u/33186093?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/bayesways",
"html_url": "https://github.com/bayesways",
"followers_url": "https://api.github.com/users/bayesways/followers",
"following_url": "https://api.github.com/users/bayesways/following{/other_user}",
"gists_url": "https://api.github.com/users/bayesways/gists{/gist_id}",
"starred_url": "https://api.github.com/users/bayesways/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/bayesways/subscriptions",
"organizations_url": "https://api.github.com/users/bayesways/orgs",
"repos_url": "https://api.github.com/users/bayesways/repos",
"events_url": "https://api.github.com/users/bayesways/events{/privacy}",
"received_events_url": "https://api.github.com/users/bayesways/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Glad to help. Thank you for making the course! "
] | 2025-06-12T01:04:54 | 2025-06-12T13:47:19 | 2025-06-12T07:19:52 | CONTRIBUTOR | null | null | null | fix https://github.com/huggingface/mcp-course/issues/97 | {
"login": "burtenshaw",
"id": 19620375,
"node_id": "MDQ6VXNlcjE5NjIwMzc1",
"avatar_url": "https://avatars.githubusercontent.com/u/19620375?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/burtenshaw",
"html_url": "https://github.com/burtenshaw",
"followers_url": "https://api.github.com/users/burtenshaw/followers",
"following_url": "https://api.github.com/users/burtenshaw/following{/other_user}",
"gists_url": "https://api.github.com/users/burtenshaw/gists{/gist_id}",
"starred_url": "https://api.github.com/users/burtenshaw/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/burtenshaw/subscriptions",
"organizations_url": "https://api.github.com/users/burtenshaw/orgs",
"repos_url": "https://api.github.com/users/burtenshaw/repos",
"events_url": "https://api.github.com/users/burtenshaw/events{/privacy}",
"received_events_url": "https://api.github.com/users/burtenshaw/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/98/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/98/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/mcp-course/pulls/98",
"html_url": "https://github.com/huggingface/mcp-course/pull/98",
"diff_url": "https://github.com/huggingface/mcp-course/pull/98.diff",
"patch_url": "https://github.com/huggingface/mcp-course/pull/98.patch",
"merged_at": "2025-06-12T07:19:52"
} | true |
https://api.github.com/repos/huggingface/mcp-course/issues/97 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/97/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/97/comments | https://api.github.com/repos/huggingface/mcp-course/issues/97/events | https://github.com/huggingface/mcp-course/issues/97 | 3,138,420,643 | I_kwDOOkuIPc67EH-j | 97 | Gradio client example is confusing | {
"login": "bayesways",
"id": 33186093,
"node_id": "MDQ6VXNlcjMzMTg2MDkz",
"avatar_url": "https://avatars.githubusercontent.com/u/33186093?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/bayesways",
"html_url": "https://github.com/bayesways",
"followers_url": "https://api.github.com/users/bayesways/followers",
"following_url": "https://api.github.com/users/bayesways/following{/other_user}",
"gists_url": "https://api.github.com/users/bayesways/gists{/gist_id}",
"starred_url": "https://api.github.com/users/bayesways/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/bayesways/subscriptions",
"organizations_url": "https://api.github.com/users/bayesways/orgs",
"repos_url": "https://api.github.com/users/bayesways/repos",
"events_url": "https://api.github.com/users/bayesways/events{/privacy}",
"received_events_url": "https://api.github.com/users/bayesways/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 2025-06-12T00:28:56 | 2025-06-12T07:19:53 | 2025-06-12T07:19:53 | CONTRIBUTOR | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | In the " Gradio as an MCP Client" section ["Connect to your MCP Server from Gradio"](https://huggingface.co/learn/mcp-course/unit2/gradio-client#connect-to-your-mcp-server-from-gradio) it says "Great, now that you’ve connected to an example MCP Server, let’s connect to your own MCP Server from Gradio."
Reading this I assume "your own MCP Server from Gradio" is the server we built in the section "Building the Gradio MCP Server" which is a sentiment analysis tool.
Yet the complete [mcp client example](https://huggingface.co/learn/mcp-course/unit2/gradio-client#complete-example) is about prime factorization. I believe it should be about a task related to sentiment analysis to demonstrates the use of the tool we created in the mcp server example earlier.
I opened a PR here https://github.com/huggingface/mcp-course/pull/98 with a small fix for it.
This inconsistency in the client example is also mentioned in PR https://github.com/huggingface/mcp-course/pull/96 but the suggested fix is not aligned with the goal of the chapter. | {
"login": "burtenshaw",
"id": 19620375,
"node_id": "MDQ6VXNlcjE5NjIwMzc1",
"avatar_url": "https://avatars.githubusercontent.com/u/19620375?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/burtenshaw",
"html_url": "https://github.com/burtenshaw",
"followers_url": "https://api.github.com/users/burtenshaw/followers",
"following_url": "https://api.github.com/users/burtenshaw/following{/other_user}",
"gists_url": "https://api.github.com/users/burtenshaw/gists{/gist_id}",
"starred_url": "https://api.github.com/users/burtenshaw/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/burtenshaw/subscriptions",
"organizations_url": "https://api.github.com/users/burtenshaw/orgs",
"repos_url": "https://api.github.com/users/burtenshaw/repos",
"events_url": "https://api.github.com/users/burtenshaw/events{/privacy}",
"received_events_url": "https://api.github.com/users/burtenshaw/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/97/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/97/timeline | null | completed | null | null | false |
https://api.github.com/repos/huggingface/mcp-course/issues/96 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/96/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/96/comments | https://api.github.com/repos/huggingface/mcp-course/issues/96/events | https://github.com/huggingface/mcp-course/pull/96 | 3,132,794,379 | PR_kwDOOkuIPc6Z0VXh | 96 | Minor changes in text, URLs, and code comments, to make things less confusing | {
"login": "m-dawoud",
"id": 43385657,
"node_id": "MDQ6VXNlcjQzMzg1NjU3",
"avatar_url": "https://avatars.githubusercontent.com/u/43385657?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/m-dawoud",
"html_url": "https://github.com/m-dawoud",
"followers_url": "https://api.github.com/users/m-dawoud/followers",
"following_url": "https://api.github.com/users/m-dawoud/following{/other_user}",
"gists_url": "https://api.github.com/users/m-dawoud/gists{/gist_id}",
"starred_url": "https://api.github.com/users/m-dawoud/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/m-dawoud/subscriptions",
"organizations_url": "https://api.github.com/users/m-dawoud/orgs",
"repos_url": "https://api.github.com/users/m-dawoud/repos",
"events_url": "https://api.github.com/users/m-dawoud/events{/privacy}",
"received_events_url": "https://api.github.com/users/m-dawoud/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 2025-06-10T09:15:33 | 2025-06-12T07:20:36 | 2025-06-12T07:20:36 | CONTRIBUTOR | null | null | null | - Fixed the MCP server URL, it was a link that no longer exists
- Removed "localhost" referencing since we have never built this MCP server in previous sections, used the correct remote MCP server
- Removed references of building this MCP server in a previous section, which it didn't happen, previous section was about a simple sentiment analysis MCP server | {
"login": "burtenshaw",
"id": 19620375,
"node_id": "MDQ6VXNlcjE5NjIwMzc1",
"avatar_url": "https://avatars.githubusercontent.com/u/19620375?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/burtenshaw",
"html_url": "https://github.com/burtenshaw",
"followers_url": "https://api.github.com/users/burtenshaw/followers",
"following_url": "https://api.github.com/users/burtenshaw/following{/other_user}",
"gists_url": "https://api.github.com/users/burtenshaw/gists{/gist_id}",
"starred_url": "https://api.github.com/users/burtenshaw/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/burtenshaw/subscriptions",
"organizations_url": "https://api.github.com/users/burtenshaw/orgs",
"repos_url": "https://api.github.com/users/burtenshaw/repos",
"events_url": "https://api.github.com/users/burtenshaw/events{/privacy}",
"received_events_url": "https://api.github.com/users/burtenshaw/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/96/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/96/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/mcp-course/pulls/96",
"html_url": "https://github.com/huggingface/mcp-course/pull/96",
"diff_url": "https://github.com/huggingface/mcp-course/pull/96.diff",
"patch_url": "https://github.com/huggingface/mcp-course/pull/96.patch",
"merged_at": "2025-06-12T07:20:36"
} | true |
https://api.github.com/repos/huggingface/mcp-course/issues/95 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/95/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/95/comments | https://api.github.com/repos/huggingface/mcp-course/issues/95/events | https://github.com/huggingface/mcp-course/pull/95 | 3,132,635,756 | PR_kwDOOkuIPc6ZzyeH | 95 | Update gradio-client.mdx | {
"login": "m-dawoud",
"id": 43385657,
"node_id": "MDQ6VXNlcjQzMzg1NjU3",
"avatar_url": "https://avatars.githubusercontent.com/u/43385657?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/m-dawoud",
"html_url": "https://github.com/m-dawoud",
"followers_url": "https://api.github.com/users/m-dawoud/followers",
"following_url": "https://api.github.com/users/m-dawoud/following{/other_user}",
"gists_url": "https://api.github.com/users/m-dawoud/gists{/gist_id}",
"starred_url": "https://api.github.com/users/m-dawoud/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/m-dawoud/subscriptions",
"organizations_url": "https://api.github.com/users/m-dawoud/orgs",
"repos_url": "https://api.github.com/users/m-dawoud/repos",
"events_url": "https://api.github.com/users/m-dawoud/events{/privacy}",
"received_events_url": "https://api.github.com/users/m-dawoud/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 2025-06-10T08:26:11 | 2025-06-12T14:15:22 | 2025-06-12T14:15:22 | CONTRIBUTOR | null | null | null | Minor bug fix, updated the URL of the MCP server, old one no longer exists. | {
"login": "burtenshaw",
"id": 19620375,
"node_id": "MDQ6VXNlcjE5NjIwMzc1",
"avatar_url": "https://avatars.githubusercontent.com/u/19620375?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/burtenshaw",
"html_url": "https://github.com/burtenshaw",
"followers_url": "https://api.github.com/users/burtenshaw/followers",
"following_url": "https://api.github.com/users/burtenshaw/following{/other_user}",
"gists_url": "https://api.github.com/users/burtenshaw/gists{/gist_id}",
"starred_url": "https://api.github.com/users/burtenshaw/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/burtenshaw/subscriptions",
"organizations_url": "https://api.github.com/users/burtenshaw/orgs",
"repos_url": "https://api.github.com/users/burtenshaw/repos",
"events_url": "https://api.github.com/users/burtenshaw/events{/privacy}",
"received_events_url": "https://api.github.com/users/burtenshaw/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/95/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/95/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/mcp-course/pulls/95",
"html_url": "https://github.com/huggingface/mcp-course/pull/95",
"diff_url": "https://github.com/huggingface/mcp-course/pull/95.diff",
"patch_url": "https://github.com/huggingface/mcp-course/pull/95.patch",
"merged_at": "2025-06-12T14:15:22"
} | true |
https://api.github.com/repos/huggingface/mcp-course/issues/94 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/94/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/94/comments | https://api.github.com/repos/huggingface/mcp-course/issues/94/events | https://github.com/huggingface/mcp-course/issues/94 | 3,131,648,412 | I_kwDOOkuIPc66qSmc | 94 | unit 2 - cursor IDE integration | {
"login": "jckr",
"id": 9727630,
"node_id": "MDQ6VXNlcjk3Mjc2MzA=",
"avatar_url": "https://avatars.githubusercontent.com/u/9727630?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jckr",
"html_url": "https://github.com/jckr",
"followers_url": "https://api.github.com/users/jckr/followers",
"following_url": "https://api.github.com/users/jckr/following{/other_user}",
"gists_url": "https://api.github.com/users/jckr/gists{/gist_id}",
"starred_url": "https://api.github.com/users/jckr/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jckr/subscriptions",
"organizations_url": "https://api.github.com/users/jckr/orgs",
"repos_url": "https://api.github.com/users/jckr/repos",
"events_url": "https://api.github.com/users/jckr/events{/privacy}",
"received_events_url": "https://api.github.com/users/jckr/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | open | false | null | [] | null | [
"On which system are you?\nOn my Windows machine with Cursor 1.0.1, I am still able to run my config. Your config is also working fine on my system.\nOn the other hand, in the WSL2 (Linux) environment, I don't manage to run both configs!\nNote: I was the PR author to include the Cursor IDE integration section in th... | 2025-06-09T22:36:17 | 2025-06-11T06:47:58 | null | NONE | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | hi, as a heads up i wasn't able to make the example run using `mcp-remote` with cursor, however the fact that Cursor only support local servers via stdio transport is no longer true, I was able to connect to my hf space hosted MCP server by changing the configuration to:
```
{
"mcpServers": {
"sentiment-analysis": {
"url": "https://jckr-mcp-sentiment.hf.space/gradio_api/mcp/sse",
"headers": {
"Accept": "text/event-stream"
},
"autoExecute": true,
"trusted": true
}
}
}
```
| null | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/94/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/94/timeline | null | null | null | null | false |
https://api.github.com/repos/huggingface/mcp-course/issues/93 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/93/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/93/comments | https://api.github.com/repos/huggingface/mcp-course/issues/93/events | https://github.com/huggingface/mcp-course/issues/93 | 3,131,059,947 | I_kwDOOkuIPc66oC7r | 93 | Be upfront about course requirments. | {
"login": "applemuncy",
"id": 11213926,
"node_id": "MDQ6VXNlcjExMjEzOTI2",
"avatar_url": "https://avatars.githubusercontent.com/u/11213926?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/applemuncy",
"html_url": "https://github.com/applemuncy",
"followers_url": "https://api.github.com/users/applemuncy/followers",
"following_url": "https://api.github.com/users/applemuncy/following{/other_user}",
"gists_url": "https://api.github.com/users/applemuncy/gists{/gist_id}",
"starred_url": "https://api.github.com/users/applemuncy/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/applemuncy/subscriptions",
"organizations_url": "https://api.github.com/users/applemuncy/orgs",
"repos_url": "https://api.github.com/users/applemuncy/repos",
"events_url": "https://api.github.com/users/applemuncy/events{/privacy}",
"received_events_url": "https://api.github.com/users/applemuncy/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | open | false | null | [] | null | [
"From units/en/unit3/build-mcp-server.mdx:\nFrom 3. Start implementing!\n\n```\nOpen server.py and follow the TODO comments to implement each tool.\n\nNote: The starter code includes stub implementations that return \"Not implemented\" errors. This allows you to:\n\n Run the server immediately\n Test your set... | 2025-06-09T18:11:05 | 2025-06-12T02:52:29 | null | NONE | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | Unit 3 requires much more that Unit 0 :
To be able to follow this course, you should have:
Basic understanding of AI and LLM concepts
Familiarity with software development principles and API concepts
Experience with at least one programming language (Python or TypeScript examples will be shown)
| null | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/93/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/93/timeline | null | null | null | null | false |
https://api.github.com/repos/huggingface/mcp-course/issues/92 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/92/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/92/comments | https://api.github.com/repos/huggingface/mcp-course/issues/92/events | https://github.com/huggingface/mcp-course/issues/92 | 3,130,694,168 | I_kwDOOkuIPc66mpoY | 92 | Video showing as still image in the Unit 1: MCP Clients Page | {
"login": "kabam-blambert",
"id": 173734419,
"node_id": "U_kgDOClr6Ew",
"avatar_url": "https://avatars.githubusercontent.com/u/173734419?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/kabam-blambert",
"html_url": "https://github.com/kabam-blambert",
"followers_url": "https://api.github.com/users/kabam-blambert/followers",
"following_url": "https://api.github.com/users/kabam-blambert/following{/other_user}",
"gists_url": "https://api.github.com/users/kabam-blambert/gists{/gist_id}",
"starred_url": "https://api.github.com/users/kabam-blambert/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/kabam-blambert/subscriptions",
"organizations_url": "https://api.github.com/users/kabam-blambert/orgs",
"repos_url": "https://api.github.com/users/kabam-blambert/repos",
"events_url": "https://api.github.com/users/kabam-blambert/events{/privacy}",
"received_events_url": "https://api.github.com/users/kabam-blambert/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2025-06-09T15:45:51 | 2025-06-09T15:45:51 | null | NONE | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | On [this page](https://huggingface.co/learn/mcp-course/en/unit1/mcp-clients) the text says that there is a video showing the playwright mcp server in action. However, it shows in my browser as a still image that I can't view. (Chrome, Apple Silicon) | null | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/92/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/92/timeline | null | null | null | null | false |
https://api.github.com/repos/huggingface/mcp-course/issues/91 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/91/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/91/comments | https://api.github.com/repos/huggingface/mcp-course/issues/91/events | https://github.com/huggingface/mcp-course/issues/91 | 3,128,956,958 | I_kwDOOkuIPc66gBge | 91 | Too much Too fast? | {
"login": "applemuncy",
"id": 11213926,
"node_id": "MDQ6VXNlcjExMjEzOTI2",
"avatar_url": "https://avatars.githubusercontent.com/u/11213926?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/applemuncy",
"html_url": "https://github.com/applemuncy",
"followers_url": "https://api.github.com/users/applemuncy/followers",
"following_url": "https://api.github.com/users/applemuncy/following{/other_user}",
"gists_url": "https://api.github.com/users/applemuncy/gists{/gist_id}",
"starred_url": "https://api.github.com/users/applemuncy/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/applemuncy/subscriptions",
"organizations_url": "https://api.github.com/users/applemuncy/orgs",
"repos_url": "https://api.github.com/users/applemuncy/repos",
"events_url": "https://api.github.com/users/applemuncy/events{/privacy}",
"received_events_url": "https://api.github.com/users/applemuncy/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2025-06-09T02:33:36 | 2025-06-09T02:38:38 | null | NONE | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | I'm just scratching the surface looking into Unit 3 in release/unit3 branch and I'm thinking this is crazy jump in complexity.
It is like unit 2 was MCP101 but Unit 3 is advanced graduate course level.
By the way, congratulations on building course following of over 16000. WOW just WOW! | null | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/91/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/91/timeline | null | null | null | null | false |
https://api.github.com/repos/huggingface/mcp-course/issues/90 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/90/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/90/comments | https://api.github.com/repos/huggingface/mcp-course/issues/90/events | https://github.com/huggingface/mcp-course/pull/90 | 3,128,773,641 | PR_kwDOOkuIPc6Zmnzb | 90 | docs: add screencasts demonstrating MCP server functionality in Unit 3 | {
"login": "zealoushacker",
"id": 346275,
"node_id": "MDQ6VXNlcjM0NjI3NQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/346275?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/zealoushacker",
"html_url": "https://github.com/zealoushacker",
"followers_url": "https://api.github.com/users/zealoushacker/followers",
"following_url": "https://api.github.com/users/zealoushacker/following{/other_user}",
"gists_url": "https://api.github.com/users/zealoushacker/gists{/gist_id}",
"starred_url": "https://api.github.com/users/zealoushacker/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/zealoushacker/subscriptions",
"organizations_url": "https://api.github.com/users/zealoushacker/orgs",
"repos_url": "https://api.github.com/users/zealoushacker/repos",
"events_url": "https://api.github.com/users/zealoushacker/events{/privacy}",
"received_events_url": "https://api.github.com/users/zealoushacker/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 2025-06-08T23:28:15 | 2025-06-10T07:58:40 | 2025-06-10T07:58:40 | COLLABORATOR | null | null | null | ## Summary
- Added video screencasts to Unit 3 documentation showing MCP server features in action
- Updated Slack notification format for better readability with rotating_light emoji
- Enhanced webhook implementation to properly support Slack markdown formatting
## Changes
- **Documentation**: Added screencasts to all three Unit 3 modules demonstrating:
- PR chaos problem and the MCP solution
- Real-time CI/CD monitoring with GitHub Actions
- Complete automation system with Slack notifications
- **Code improvements**:
- Updated Slack notification template to use cleaner format
- Added explicit `mrkdwn: true` to Slack webhook payload
- **Housekeeping**: Added videos/ directory to .gitignore
## Note on video hosting
@burtenshaw - The screencasts are currently hosted at https://huggingface.co/datasets/mcp-course/videos but there seems to be an issue with LFS preventing the videos from being playable directly. Could we either:
1. Disable LFS for the videos dataset and its subdirectories so videos can be streamed directly, or
2. Consider hosting the videos elsewhere?
This would ensure the screencasts load correctly in the documentation. | {
"login": "burtenshaw",
"id": 19620375,
"node_id": "MDQ6VXNlcjE5NjIwMzc1",
"avatar_url": "https://avatars.githubusercontent.com/u/19620375?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/burtenshaw",
"html_url": "https://github.com/burtenshaw",
"followers_url": "https://api.github.com/users/burtenshaw/followers",
"following_url": "https://api.github.com/users/burtenshaw/following{/other_user}",
"gists_url": "https://api.github.com/users/burtenshaw/gists{/gist_id}",
"starred_url": "https://api.github.com/users/burtenshaw/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/burtenshaw/subscriptions",
"organizations_url": "https://api.github.com/users/burtenshaw/orgs",
"repos_url": "https://api.github.com/users/burtenshaw/repos",
"events_url": "https://api.github.com/users/burtenshaw/events{/privacy}",
"received_events_url": "https://api.github.com/users/burtenshaw/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/90/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/90/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/mcp-course/pulls/90",
"html_url": "https://github.com/huggingface/mcp-course/pull/90",
"diff_url": "https://github.com/huggingface/mcp-course/pull/90.diff",
"patch_url": "https://github.com/huggingface/mcp-course/pull/90.patch",
"merged_at": "2025-06-10T07:58:40"
} | true |
https://api.github.com/repos/huggingface/mcp-course/issues/89 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/89/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/89/comments | https://api.github.com/repos/huggingface/mcp-course/issues/89/events | https://github.com/huggingface/mcp-course/pull/89 | 3,128,628,216 | PR_kwDOOkuIPc6ZmKe1 | 89 | Fix indefinite article: “a MCP server” → “an MCP server” | {
"login": "grach0v",
"id": 25137795,
"node_id": "MDQ6VXNlcjI1MTM3Nzk1",
"avatar_url": "https://avatars.githubusercontent.com/u/25137795?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/grach0v",
"html_url": "https://github.com/grach0v",
"followers_url": "https://api.github.com/users/grach0v/followers",
"following_url": "https://api.github.com/users/grach0v/following{/other_user}",
"gists_url": "https://api.github.com/users/grach0v/gists{/gist_id}",
"starred_url": "https://api.github.com/users/grach0v/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/grach0v/subscriptions",
"organizations_url": "https://api.github.com/users/grach0v/orgs",
"repos_url": "https://api.github.com/users/grach0v/repos",
"events_url": "https://api.github.com/users/grach0v/events{/privacy}",
"received_events_url": "https://api.github.com/users/grach0v/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 2025-06-08T19:13:32 | 2025-06-12T14:16:00 | 2025-06-12T14:16:00 | CONTRIBUTOR | null | null | null | **Fix**: `a MCP server` → `an MCP server`
Because **M** is pronounced “em,” it starts with a vowel sound, so the correct article is **an**.
Ref: *Chicago Manual of Style* Q&A — “the choice of **a/an** is determined by how the abbreviation is read aloud.”
<https://www.chicagomanualofstyle.org/qanda/data/faq/topics/Abbreviations/faq0010.html>
| {
"login": "burtenshaw",
"id": 19620375,
"node_id": "MDQ6VXNlcjE5NjIwMzc1",
"avatar_url": "https://avatars.githubusercontent.com/u/19620375?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/burtenshaw",
"html_url": "https://github.com/burtenshaw",
"followers_url": "https://api.github.com/users/burtenshaw/followers",
"following_url": "https://api.github.com/users/burtenshaw/following{/other_user}",
"gists_url": "https://api.github.com/users/burtenshaw/gists{/gist_id}",
"starred_url": "https://api.github.com/users/burtenshaw/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/burtenshaw/subscriptions",
"organizations_url": "https://api.github.com/users/burtenshaw/orgs",
"repos_url": "https://api.github.com/users/burtenshaw/repos",
"events_url": "https://api.github.com/users/burtenshaw/events{/privacy}",
"received_events_url": "https://api.github.com/users/burtenshaw/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/89/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/89/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/mcp-course/pulls/89",
"html_url": "https://github.com/huggingface/mcp-course/pull/89",
"diff_url": "https://github.com/huggingface/mcp-course/pull/89.diff",
"patch_url": "https://github.com/huggingface/mcp-course/pull/89.patch",
"merged_at": "2025-06-12T14:16:00"
} | true |
https://api.github.com/repos/huggingface/mcp-course/issues/88 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/88/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/88/comments | https://api.github.com/repos/huggingface/mcp-course/issues/88/events | https://github.com/huggingface/mcp-course/pull/88 | 3,127,915,730 | PR_kwDOOkuIPc6ZjylM | 88 | Update unit2 gradio-client.mdx | {
"login": "yslee96",
"id": 77106988,
"node_id": "MDQ6VXNlcjc3MTA2OTg4",
"avatar_url": "https://avatars.githubusercontent.com/u/77106988?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yslee96",
"html_url": "https://github.com/yslee96",
"followers_url": "https://api.github.com/users/yslee96/followers",
"following_url": "https://api.github.com/users/yslee96/following{/other_user}",
"gists_url": "https://api.github.com/users/yslee96/gists{/gist_id}",
"starred_url": "https://api.github.com/users/yslee96/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/yslee96/subscriptions",
"organizations_url": "https://api.github.com/users/yslee96/orgs",
"repos_url": "https://api.github.com/users/yslee96/repos",
"events_url": "https://api.github.com/users/yslee96/events{/privacy}",
"received_events_url": "https://api.github.com/users/yslee96/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"We fixed this elsewhere, but thanks!"
] | 2025-06-08T04:41:13 | 2025-06-12T14:17:09 | 2025-06-12T14:17:08 | NONE | null | null | null | fixed typo in the link | {
"login": "burtenshaw",
"id": 19620375,
"node_id": "MDQ6VXNlcjE5NjIwMzc1",
"avatar_url": "https://avatars.githubusercontent.com/u/19620375?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/burtenshaw",
"html_url": "https://github.com/burtenshaw",
"followers_url": "https://api.github.com/users/burtenshaw/followers",
"following_url": "https://api.github.com/users/burtenshaw/following{/other_user}",
"gists_url": "https://api.github.com/users/burtenshaw/gists{/gist_id}",
"starred_url": "https://api.github.com/users/burtenshaw/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/burtenshaw/subscriptions",
"organizations_url": "https://api.github.com/users/burtenshaw/orgs",
"repos_url": "https://api.github.com/users/burtenshaw/repos",
"events_url": "https://api.github.com/users/burtenshaw/events{/privacy}",
"received_events_url": "https://api.github.com/users/burtenshaw/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/88/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/88/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/mcp-course/pulls/88",
"html_url": "https://github.com/huggingface/mcp-course/pull/88",
"diff_url": "https://github.com/huggingface/mcp-course/pull/88.diff",
"patch_url": "https://github.com/huggingface/mcp-course/pull/88.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/mcp-course/issues/87 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/87/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/87/comments | https://api.github.com/repos/huggingface/mcp-course/issues/87/events | https://github.com/huggingface/mcp-course/issues/87 | 3,127,833,074 | I_kwDOOkuIPc66bvHy | 87 | The video doesn't work in MCP clients section | {
"login": "Chreny",
"id": 33227630,
"node_id": "MDQ6VXNlcjMzMjI3NjMw",
"avatar_url": "https://avatars.githubusercontent.com/u/33227630?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Chreny",
"html_url": "https://github.com/Chreny",
"followers_url": "https://api.github.com/users/Chreny/followers",
"following_url": "https://api.github.com/users/Chreny/following{/other_user}",
"gists_url": "https://api.github.com/users/Chreny/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Chreny/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Chreny/subscriptions",
"organizations_url": "https://api.github.com/users/Chreny/orgs",
"repos_url": "https://api.github.com/users/Chreny/repos",
"events_url": "https://api.github.com/users/Chreny/events{/privacy}",
"received_events_url": "https://api.github.com/users/Chreny/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2025-06-08T02:38:36 | 2025-06-08T02:38:36 | null | NONE | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | <img width="1016" alt="Image" src="https://github.com/user-attachments/assets/baced9c0-c24e-45f9-8a19-6d1f114e3dfc" /> | null | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/87/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/87/timeline | null | null | null | null | false |
https://api.github.com/repos/huggingface/mcp-course/issues/86 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/86/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/86/comments | https://api.github.com/repos/huggingface/mcp-course/issues/86/events | https://github.com/huggingface/mcp-course/issues/86 | 3,126,223,096 | I_kwDOOkuIPc66VmD4 | 86 | tiny-agents section feels distinct from the rest of the article, unit 1: mcp-clients | {
"login": "bgenchel",
"id": 5280793,
"node_id": "MDQ6VXNlcjUyODA3OTM=",
"avatar_url": "https://avatars.githubusercontent.com/u/5280793?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/bgenchel",
"html_url": "https://github.com/bgenchel",
"followers_url": "https://api.github.com/users/bgenchel/followers",
"following_url": "https://api.github.com/users/bgenchel/following{/other_user}",
"gists_url": "https://api.github.com/users/bgenchel/gists{/gist_id}",
"starred_url": "https://api.github.com/users/bgenchel/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/bgenchel/subscriptions",
"organizations_url": "https://api.github.com/users/bgenchel/orgs",
"repos_url": "https://api.github.com/users/bgenchel/repos",
"events_url": "https://api.github.com/users/bgenchel/events{/privacy}",
"received_events_url": "https://api.github.com/users/bgenchel/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2025-06-07T01:11:36 | 2025-06-07T01:11:36 | null | NONE | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | See title. The instructions don't clearly link the use of agents.json / tiny-agents to the mcp clients I think. Forgive my ignorance here, but without more clearly linking the two, It feels a bit more like an advertisement for huggingface's products. The layout of the agents.json file is a bit distinct from the examples of mcp.json files given above, and it isn't clear what each of the fields actually does. | null | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/86/reactions",
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/86/timeline | null | null | null | null | false |
https://api.github.com/repos/huggingface/mcp-course/issues/85 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/85/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/85/comments | https://api.github.com/repos/huggingface/mcp-course/issues/85/events | https://github.com/huggingface/mcp-course/issues/85 | 3,125,189,660 | I_kwDOOkuIPc66Rpwc | 85 | Error: write EPIPE and Error: spawn uv ENOENT after click Connect | {
"login": "jzsbioinfo",
"id": 38813875,
"node_id": "MDQ6VXNlcjM4ODEzODc1",
"avatar_url": "https://avatars.githubusercontent.com/u/38813875?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jzsbioinfo",
"html_url": "https://github.com/jzsbioinfo",
"followers_url": "https://api.github.com/users/jzsbioinfo/followers",
"following_url": "https://api.github.com/users/jzsbioinfo/following{/other_user}",
"gists_url": "https://api.github.com/users/jzsbioinfo/gists{/gist_id}",
"starred_url": "https://api.github.com/users/jzsbioinfo/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jzsbioinfo/subscriptions",
"organizations_url": "https://api.github.com/users/jzsbioinfo/orgs",
"repos_url": "https://api.github.com/users/jzsbioinfo/repos",
"events_url": "https://api.github.com/users/jzsbioinfo/events{/privacy}",
"received_events_url": "https://api.github.com/users/jzsbioinfo/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"problem solved. just need to install uv."
] | 2025-06-06T15:56:47 | 2025-06-07T03:27:24 | 2025-06-07T03:27:24 | NONE | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | after run "mcp dev server.py"

click Connect, I get this error message:
 | {
"login": "jzsbioinfo",
"id": 38813875,
"node_id": "MDQ6VXNlcjM4ODEzODc1",
"avatar_url": "https://avatars.githubusercontent.com/u/38813875?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jzsbioinfo",
"html_url": "https://github.com/jzsbioinfo",
"followers_url": "https://api.github.com/users/jzsbioinfo/followers",
"following_url": "https://api.github.com/users/jzsbioinfo/following{/other_user}",
"gists_url": "https://api.github.com/users/jzsbioinfo/gists{/gist_id}",
"starred_url": "https://api.github.com/users/jzsbioinfo/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jzsbioinfo/subscriptions",
"organizations_url": "https://api.github.com/users/jzsbioinfo/orgs",
"repos_url": "https://api.github.com/users/jzsbioinfo/repos",
"events_url": "https://api.github.com/users/jzsbioinfo/events{/privacy}",
"received_events_url": "https://api.github.com/users/jzsbioinfo/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/85/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/85/timeline | null | completed | null | null | false |
https://api.github.com/repos/huggingface/mcp-course/issues/84 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/84/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/84/comments | https://api.github.com/repos/huggingface/mcp-course/issues/84/events | https://github.com/huggingface/mcp-course/pull/84 | 3,121,346,426 | PR_kwDOOkuIPc6ZNTxL | 84 | docs: improve SDK documentation structure and fix JavaScript server startup commands | {
"login": "yingpengsha",
"id": 37143265,
"node_id": "MDQ6VXNlcjM3MTQzMjY1",
"avatar_url": "https://avatars.githubusercontent.com/u/37143265?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yingpengsha",
"html_url": "https://github.com/yingpengsha",
"followers_url": "https://api.github.com/users/yingpengsha/followers",
"following_url": "https://api.github.com/users/yingpengsha/following{/other_user}",
"gists_url": "https://api.github.com/users/yingpengsha/gists{/gist_id}",
"starred_url": "https://api.github.com/users/yingpengsha/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/yingpengsha/subscriptions",
"organizations_url": "https://api.github.com/users/yingpengsha/orgs",
"repos_url": "https://api.github.com/users/yingpengsha/repos",
"events_url": "https://api.github.com/users/yingpengsha/events{/privacy}",
"received_events_url": "https://api.github.com/users/yingpengsha/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"@burtenshaw PTAL"
] | 2025-06-05T13:52:42 | 2025-06-12T14:17:56 | 2025-06-12T14:17:56 | CONTRIBUTOR | null | null | null | - Add filename comments to JavaScript code blocks for better clarity
- Reorganize code examples to improve readability and flow
- Fix JavaScript server startup command from 'mcp dev server.py' to 'npx @modelcontextprotocol/inspector node ./index.mjs'
- Ensure consistency between English and Vietnamese documentation versions | {
"login": "burtenshaw",
"id": 19620375,
"node_id": "MDQ6VXNlcjE5NjIwMzc1",
"avatar_url": "https://avatars.githubusercontent.com/u/19620375?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/burtenshaw",
"html_url": "https://github.com/burtenshaw",
"followers_url": "https://api.github.com/users/burtenshaw/followers",
"following_url": "https://api.github.com/users/burtenshaw/following{/other_user}",
"gists_url": "https://api.github.com/users/burtenshaw/gists{/gist_id}",
"starred_url": "https://api.github.com/users/burtenshaw/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/burtenshaw/subscriptions",
"organizations_url": "https://api.github.com/users/burtenshaw/orgs",
"repos_url": "https://api.github.com/users/burtenshaw/repos",
"events_url": "https://api.github.com/users/burtenshaw/events{/privacy}",
"received_events_url": "https://api.github.com/users/burtenshaw/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/84/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/84/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/mcp-course/pulls/84",
"html_url": "https://github.com/huggingface/mcp-course/pull/84",
"diff_url": "https://github.com/huggingface/mcp-course/pull/84.diff",
"patch_url": "https://github.com/huggingface/mcp-course/pull/84.patch",
"merged_at": "2025-06-12T14:17:56"
} | true |
https://api.github.com/repos/huggingface/mcp-course/issues/83 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/83/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/83/comments | https://api.github.com/repos/huggingface/mcp-course/issues/83/events | https://github.com/huggingface/mcp-course/pull/83 | 3,120,416,234 | PR_kwDOOkuIPc6ZKTY_ | 83 | [RELEASE] Unit 3 and 3.1 for 12/6/25 | {
"login": "burtenshaw",
"id": 19620375,
"node_id": "MDQ6VXNlcjE5NjIwMzc1",
"avatar_url": "https://avatars.githubusercontent.com/u/19620375?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/burtenshaw",
"html_url": "https://github.com/burtenshaw",
"followers_url": "https://api.github.com/users/burtenshaw/followers",
"following_url": "https://api.github.com/users/burtenshaw/following{/other_user}",
"gists_url": "https://api.github.com/users/burtenshaw/gists{/gist_id}",
"starred_url": "https://api.github.com/users/burtenshaw/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/burtenshaw/subscriptions",
"organizations_url": "https://api.github.com/users/burtenshaw/orgs",
"repos_url": "https://api.github.com/users/burtenshaw/repos",
"events_url": "https://api.github.com/users/burtenshaw/events{/privacy}",
"received_events_url": "https://api.github.com/users/burtenshaw/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/mcp-course/pr_83/en/unit1/introduction). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2025-06-05T09:03:24 | 2025-06-12T07:18:13 | 2025-06-12T07:18:13 | COLLABORATOR | null | null | null | null | {
"login": "burtenshaw",
"id": 19620375,
"node_id": "MDQ6VXNlcjE5NjIwMzc1",
"avatar_url": "https://avatars.githubusercontent.com/u/19620375?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/burtenshaw",
"html_url": "https://github.com/burtenshaw",
"followers_url": "https://api.github.com/users/burtenshaw/followers",
"following_url": "https://api.github.com/users/burtenshaw/following{/other_user}",
"gists_url": "https://api.github.com/users/burtenshaw/gists{/gist_id}",
"starred_url": "https://api.github.com/users/burtenshaw/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/burtenshaw/subscriptions",
"organizations_url": "https://api.github.com/users/burtenshaw/orgs",
"repos_url": "https://api.github.com/users/burtenshaw/repos",
"events_url": "https://api.github.com/users/burtenshaw/events{/privacy}",
"received_events_url": "https://api.github.com/users/burtenshaw/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/83/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/83/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/mcp-course/pulls/83",
"html_url": "https://github.com/huggingface/mcp-course/pull/83",
"diff_url": "https://github.com/huggingface/mcp-course/pull/83.diff",
"patch_url": "https://github.com/huggingface/mcp-course/pull/83.patch",
"merged_at": "2025-06-12T07:18:13"
} | true |
https://api.github.com/repos/huggingface/mcp-course/issues/82 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/82/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/82/comments | https://api.github.com/repos/huggingface/mcp-course/issues/82/events | https://github.com/huggingface/mcp-course/issues/82 | 3,118,987,588 | I_kwDOOkuIPc655_lE | 82 | unit2/gradio-client.mdx - reference to local MCP server seems like it's no longer accurate(?) | {
"login": "samrae7",
"id": 4126146,
"node_id": "MDQ6VXNlcjQxMjYxNDY=",
"avatar_url": "https://avatars.githubusercontent.com/u/4126146?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/samrae7",
"html_url": "https://github.com/samrae7",
"followers_url": "https://api.github.com/users/samrae7/followers",
"following_url": "https://api.github.com/users/samrae7/following{/other_user}",
"gists_url": "https://api.github.com/users/samrae7/gists{/gist_id}",
"starred_url": "https://api.github.com/users/samrae7/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/samrae7/subscriptions",
"organizations_url": "https://api.github.com/users/samrae7/orgs",
"repos_url": "https://api.github.com/users/samrae7/repos",
"events_url": "https://api.github.com/users/samrae7/events{/privacy}",
"received_events_url": "https://api.github.com/users/samrae7/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | open | false | null | [] | null | [
"I have the same doubt"
] | 2025-06-04T20:08:18 | 2025-06-11T16:50:20 | null | NONE | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | Thanks for this course.
I'm working through it, and in `unit2/gradio-client.mdx`, this part
```
mcp_client = MCPClient(
{"url": "http://localhost:7860/gradio_api/mcp/sse"} # This is the MCP Server we created in the previous section
)
```
isn't clear to me. Potentially the previous section has now been changed as I didn't create a server with a prime factorisation tool in the previous section ( it was a sentiment analysis tool)
I can get the client working by replacing that local URI with the one to `https://abidlabs-mcp-tools2.hf.space/gradio_api/mcp/sse`
Could be that I'm just misunderstanding {?). Happy to make the change if one is needed | null | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/82/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/82/timeline | null | null | null | null | false |
https://api.github.com/repos/huggingface/mcp-course/issues/81 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/81/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/81/comments | https://api.github.com/repos/huggingface/mcp-course/issues/81/events | https://github.com/huggingface/mcp-course/pull/81 | 3,118,870,501 | PR_kwDOOkuIPc6ZFDOo | 81 | [SECTION] Add Continue to MCP Clients section | {
"login": "bdougie",
"id": 5713670,
"node_id": "MDQ6VXNlcjU3MTM2NzA=",
"avatar_url": "https://avatars.githubusercontent.com/u/5713670?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/bdougie",
"html_url": "https://github.com/bdougie",
"followers_url": "https://api.github.com/users/bdougie/followers",
"following_url": "https://api.github.com/users/bdougie/following{/other_user}",
"gists_url": "https://api.github.com/users/bdougie/gists{/gist_id}",
"starred_url": "https://api.github.com/users/bdougie/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/bdougie/subscriptions",
"organizations_url": "https://api.github.com/users/bdougie/orgs",
"repos_url": "https://api.github.com/users/bdougie/repos",
"events_url": "https://api.github.com/users/bdougie/events{/privacy}",
"received_events_url": "https://api.github.com/users/bdougie/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"@bdougie This looks great, we have a release on 6/12/25, do you think you could make this unit for that? If not we can release independently. ",
"@burtenshaw I've pushed up the first draft. If you have a moment to check it out to see if it fits the tone of the rest of the course, all feedback is welcomed. \r\n\r... | 2025-06-04T19:20:53 | 2025-06-12T14:11:27 | 2025-06-12T14:11:27 | CONTRIBUTOR | null | null | null | Hey @burtenshaw. I am starting with a small TOC update.
## The Plan
I've just joined Continue and in progress on updating our [MCP docs](https://docs.continue.dev/customize/deep-dives/mcp). I'd love to add some content to the course that assist in show how to use MCP servers in production.
## Future Scope
Add more content on building coding related MCP servers using HuggingFace. | {
"login": "burtenshaw",
"id": 19620375,
"node_id": "MDQ6VXNlcjE5NjIwMzc1",
"avatar_url": "https://avatars.githubusercontent.com/u/19620375?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/burtenshaw",
"html_url": "https://github.com/burtenshaw",
"followers_url": "https://api.github.com/users/burtenshaw/followers",
"following_url": "https://api.github.com/users/burtenshaw/following{/other_user}",
"gists_url": "https://api.github.com/users/burtenshaw/gists{/gist_id}",
"starred_url": "https://api.github.com/users/burtenshaw/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/burtenshaw/subscriptions",
"organizations_url": "https://api.github.com/users/burtenshaw/orgs",
"repos_url": "https://api.github.com/users/burtenshaw/repos",
"events_url": "https://api.github.com/users/burtenshaw/events{/privacy}",
"received_events_url": "https://api.github.com/users/burtenshaw/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/81/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/81/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/mcp-course/pulls/81",
"html_url": "https://github.com/huggingface/mcp-course/pull/81",
"diff_url": "https://github.com/huggingface/mcp-course/pull/81.diff",
"patch_url": "https://github.com/huggingface/mcp-course/pull/81.patch",
"merged_at": "2025-06-12T14:11:27"
} | true |
https://api.github.com/repos/huggingface/mcp-course/issues/80 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/80/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/80/comments | https://api.github.com/repos/huggingface/mcp-course/issues/80/events | https://github.com/huggingface/mcp-course/pull/80 | 3,118,615,510 | PR_kwDOOkuIPc6ZEQZz | 80 | Update clients.mdx (local/remote confusion) | {
"login": "mshibashish",
"id": 84513513,
"node_id": "MDQ6VXNlcjg0NTEzNTEz",
"avatar_url": "https://avatars.githubusercontent.com/u/84513513?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mshibashish",
"html_url": "https://github.com/mshibashish",
"followers_url": "https://api.github.com/users/mshibashish/followers",
"following_url": "https://api.github.com/users/mshibashish/following{/other_user}",
"gists_url": "https://api.github.com/users/mshibashish/gists{/gist_id}",
"starred_url": "https://api.github.com/users/mshibashish/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mshibashish/subscriptions",
"organizations_url": "https://api.github.com/users/mshibashish/orgs",
"repos_url": "https://api.github.com/users/mshibashish/repos",
"events_url": "https://api.github.com/users/mshibashish/events{/privacy}",
"received_events_url": "https://api.github.com/users/mshibashish/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 2025-06-04T17:48:38 | 2025-06-04T18:50:22 | 2025-06-04T18:50:15 | NONE | null | null | null | Edited transport type to `stdio` from `sse`, where the script was trying to connect to a local server | {
"login": "mshibashish",
"id": 84513513,
"node_id": "MDQ6VXNlcjg0NTEzNTEz",
"avatar_url": "https://avatars.githubusercontent.com/u/84513513?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mshibashish",
"html_url": "https://github.com/mshibashish",
"followers_url": "https://api.github.com/users/mshibashish/followers",
"following_url": "https://api.github.com/users/mshibashish/following{/other_user}",
"gists_url": "https://api.github.com/users/mshibashish/gists{/gist_id}",
"starred_url": "https://api.github.com/users/mshibashish/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mshibashish/subscriptions",
"organizations_url": "https://api.github.com/users/mshibashish/orgs",
"repos_url": "https://api.github.com/users/mshibashish/repos",
"events_url": "https://api.github.com/users/mshibashish/events{/privacy}",
"received_events_url": "https://api.github.com/users/mshibashish/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/80/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/80/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/mcp-course/pulls/80",
"html_url": "https://github.com/huggingface/mcp-course/pull/80",
"diff_url": "https://github.com/huggingface/mcp-course/pull/80.diff",
"patch_url": "https://github.com/huggingface/mcp-course/pull/80.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/mcp-course/issues/79 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/79/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/79/comments | https://api.github.com/repos/huggingface/mcp-course/issues/79/events | https://github.com/huggingface/mcp-course/issues/79 | 3,114,430,616 | I_kwDOOkuIPc65onCY | 79 | Help with deployed instances accessing the inference models with API_KEYS | {
"login": "SaiHarshaK",
"id": 30663807,
"node_id": "MDQ6VXNlcjMwNjYzODA3",
"avatar_url": "https://avatars.githubusercontent.com/u/30663807?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SaiHarshaK",
"html_url": "https://github.com/SaiHarshaK",
"followers_url": "https://api.github.com/users/SaiHarshaK/followers",
"following_url": "https://api.github.com/users/SaiHarshaK/following{/other_user}",
"gists_url": "https://api.github.com/users/SaiHarshaK/gists{/gist_id}",
"starred_url": "https://api.github.com/users/SaiHarshaK/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/SaiHarshaK/subscriptions",
"organizations_url": "https://api.github.com/users/SaiHarshaK/orgs",
"repos_url": "https://api.github.com/users/SaiHarshaK/repos",
"events_url": "https://api.github.com/users/SaiHarshaK/events{/privacy}",
"received_events_url": "https://api.github.com/users/SaiHarshaK/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2025-06-03T15:20:11 | 2025-06-03T15:20:11 | null | CONTRIBUTOR | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | I see the following error when following the guide - https://huggingface.co/learn/mcp-course/unit2/gradio-client
smolagents.utils.AgentGenerationError: Error in generating model output:
You must provide an api_key to work with together API or log in with huggingface-cli login.
I had created a PR to address some more small things, was planning to add it there, if someone can figure this part out.
PR - https://github.com/huggingface/mcp-course/pull/78 | null | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/79/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/79/timeline | null | null | null | null | false |
https://api.github.com/repos/huggingface/mcp-course/issues/78 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/78/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/78/comments | https://api.github.com/repos/huggingface/mcp-course/issues/78/events | https://github.com/huggingface/mcp-course/pull/78 | 3,114,420,944 | PR_kwDOOkuIPc6Y2S3q | 78 | Update Instructions for deploying MCP-Client in Section 2 | {
"login": "SaiHarshaK",
"id": 30663807,
"node_id": "MDQ6VXNlcjMwNjYzODA3",
"avatar_url": "https://avatars.githubusercontent.com/u/30663807?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SaiHarshaK",
"html_url": "https://github.com/SaiHarshaK",
"followers_url": "https://api.github.com/users/SaiHarshaK/followers",
"following_url": "https://api.github.com/users/SaiHarshaK/following{/other_user}",
"gists_url": "https://api.github.com/users/SaiHarshaK/gists{/gist_id}",
"starred_url": "https://api.github.com/users/SaiHarshaK/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/SaiHarshaK/subscriptions",
"organizations_url": "https://api.github.com/users/SaiHarshaK/orgs",
"repos_url": "https://api.github.com/users/SaiHarshaK/repos",
"events_url": "https://api.github.com/users/SaiHarshaK/events{/privacy}",
"received_events_url": "https://api.github.com/users/SaiHarshaK/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Can someone also help me updating the instructions for the deployed instances to refer to HF inference models? It doesnt look like its able to pick the access token through env var \r\n\r\nsmolagents.utils.AgentGenerationError: Error in generating model output:\r\nYou must provide an api_key to work with together ... | 2025-06-03T15:17:39 | 2025-06-12T14:19:15 | 2025-06-12T14:19:15 | CONTRIBUTOR | null | null | null | This PR updates some instructions to help viewers be able to successfully deploy their MCP-Client as part of Section2 under https://huggingface.co/learn/mcp-course/unit2/gradio-client | {
"login": "burtenshaw",
"id": 19620375,
"node_id": "MDQ6VXNlcjE5NjIwMzc1",
"avatar_url": "https://avatars.githubusercontent.com/u/19620375?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/burtenshaw",
"html_url": "https://github.com/burtenshaw",
"followers_url": "https://api.github.com/users/burtenshaw/followers",
"following_url": "https://api.github.com/users/burtenshaw/following{/other_user}",
"gists_url": "https://api.github.com/users/burtenshaw/gists{/gist_id}",
"starred_url": "https://api.github.com/users/burtenshaw/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/burtenshaw/subscriptions",
"organizations_url": "https://api.github.com/users/burtenshaw/orgs",
"repos_url": "https://api.github.com/users/burtenshaw/repos",
"events_url": "https://api.github.com/users/burtenshaw/events{/privacy}",
"received_events_url": "https://api.github.com/users/burtenshaw/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/78/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/78/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/mcp-course/pulls/78",
"html_url": "https://github.com/huggingface/mcp-course/pull/78",
"diff_url": "https://github.com/huggingface/mcp-course/pull/78.diff",
"patch_url": "https://github.com/huggingface/mcp-course/pull/78.patch",
"merged_at": "2025-06-12T14:19:15"
} | true |
https://api.github.com/repos/huggingface/mcp-course/issues/77 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/77/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/77/comments | https://api.github.com/repos/huggingface/mcp-course/issues/77/events | https://github.com/huggingface/mcp-course/pull/77 | 3,114,210,347 | PR_kwDOOkuIPc6Y1lCk | 77 | Fix broken links in mcp-course/units/en/unit2/gradio-client.mdx | {
"login": "diamondgible",
"id": 214339302,
"node_id": "U_kgDODMaO5g",
"avatar_url": "https://avatars.githubusercontent.com/u/214339302?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/diamondgible",
"html_url": "https://github.com/diamondgible",
"followers_url": "https://api.github.com/users/diamondgible/followers",
"following_url": "https://api.github.com/users/diamondgible/following{/other_user}",
"gists_url": "https://api.github.com/users/diamondgible/gists{/gist_id}",
"starred_url": "https://api.github.com/users/diamondgible/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/diamondgible/subscriptions",
"organizations_url": "https://api.github.com/users/diamondgible/orgs",
"repos_url": "https://api.github.com/users/diamondgible/repos",
"events_url": "https://api.github.com/users/diamondgible/events{/privacy}",
"received_events_url": "https://api.github.com/users/diamondgible/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Fixed another broken link, in the tiny-agents.mdx file, under Unit 2 of the MCP course. The link was referring to the MCP Clients chapter from Unit 1\r\n\r\nChanged link from:-\r\n\r\n1. https://huggingface.co/learn/mcp-course/en/unit1/mcp-clients.mdx\r\n\r\nChanged link to:-\r\n\r\n1. https://huggingface.co/learn... | 2025-06-03T14:24:13 | 2025-06-12T14:16:52 | 2025-06-12T14:16:51 | NONE | null | null | null | Under Unit 2 of the MCP course, in the Building an MCP client with Gradio chapter, 2 links were broken
The links are referring to:-
1. https://huggingface.co/spaces/abidlabs/mcp-tools2
2. https://abidlabs-mcp-tools2.hf.space/gradio_api/mcp/sse
Fixed to the links to the correct ones, which are:-
1. https://huggingface.co/spaces/abidlabs/mcp-tools
2. https://abidlabs-mcp-tools.hf.space/gradio_api/mcp/sse | {
"login": "burtenshaw",
"id": 19620375,
"node_id": "MDQ6VXNlcjE5NjIwMzc1",
"avatar_url": "https://avatars.githubusercontent.com/u/19620375?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/burtenshaw",
"html_url": "https://github.com/burtenshaw",
"followers_url": "https://api.github.com/users/burtenshaw/followers",
"following_url": "https://api.github.com/users/burtenshaw/following{/other_user}",
"gists_url": "https://api.github.com/users/burtenshaw/gists{/gist_id}",
"starred_url": "https://api.github.com/users/burtenshaw/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/burtenshaw/subscriptions",
"organizations_url": "https://api.github.com/users/burtenshaw/orgs",
"repos_url": "https://api.github.com/users/burtenshaw/repos",
"events_url": "https://api.github.com/users/burtenshaw/events{/privacy}",
"received_events_url": "https://api.github.com/users/burtenshaw/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/77/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/77/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/mcp-course/pulls/77",
"html_url": "https://github.com/huggingface/mcp-course/pull/77",
"diff_url": "https://github.com/huggingface/mcp-course/pull/77.diff",
"patch_url": "https://github.com/huggingface/mcp-course/pull/77.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/mcp-course/issues/76 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/76/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/76/comments | https://api.github.com/repos/huggingface/mcp-course/issues/76/events | https://github.com/huggingface/mcp-course/pull/76 | 3,112,296,424 | PR_kwDOOkuIPc6YvLKl | 76 | Tiny agents section was missing an end tag, making both Py and JS ins… | {
"login": "timadair",
"id": 276903,
"node_id": "MDQ6VXNlcjI3NjkwMw==",
"avatar_url": "https://avatars.githubusercontent.com/u/276903?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/timadair",
"html_url": "https://github.com/timadair",
"followers_url": "https://api.github.com/users/timadair/followers",
"following_url": "https://api.github.com/users/timadair/following{/other_user}",
"gists_url": "https://api.github.com/users/timadair/gists{/gist_id}",
"starred_url": "https://api.github.com/users/timadair/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/timadair/subscriptions",
"organizations_url": "https://api.github.com/users/timadair/orgs",
"repos_url": "https://api.github.com/users/timadair/repos",
"events_url": "https://api.github.com/users/timadair/events{/privacy}",
"received_events_url": "https://api.github.com/users/timadair/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 2025-06-03T03:57:07 | 2025-06-03T08:39:22 | 2025-06-03T08:39:22 | CONTRIBUTOR | null | null | null | …tructions appear in sequence.

| {
"login": "burtenshaw",
"id": 19620375,
"node_id": "MDQ6VXNlcjE5NjIwMzc1",
"avatar_url": "https://avatars.githubusercontent.com/u/19620375?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/burtenshaw",
"html_url": "https://github.com/burtenshaw",
"followers_url": "https://api.github.com/users/burtenshaw/followers",
"following_url": "https://api.github.com/users/burtenshaw/following{/other_user}",
"gists_url": "https://api.github.com/users/burtenshaw/gists{/gist_id}",
"starred_url": "https://api.github.com/users/burtenshaw/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/burtenshaw/subscriptions",
"organizations_url": "https://api.github.com/users/burtenshaw/orgs",
"repos_url": "https://api.github.com/users/burtenshaw/repos",
"events_url": "https://api.github.com/users/burtenshaw/events{/privacy}",
"received_events_url": "https://api.github.com/users/burtenshaw/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/76/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/76/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/mcp-course/pulls/76",
"html_url": "https://github.com/huggingface/mcp-course/pull/76",
"diff_url": "https://github.com/huggingface/mcp-course/pull/76.diff",
"patch_url": "https://github.com/huggingface/mcp-course/pull/76.patch",
"merged_at": "2025-06-03T08:39:22"
} | true |
https://api.github.com/repos/huggingface/mcp-course/issues/75 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/75/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/75/comments | https://api.github.com/repos/huggingface/mcp-course/issues/75/events | https://github.com/huggingface/mcp-course/pull/75 | 3,109,324,903 | PR_kwDOOkuIPc6YlPZz | 75 | update abidlabs space | {
"login": "burtenshaw",
"id": 19620375,
"node_id": "MDQ6VXNlcjE5NjIwMzc1",
"avatar_url": "https://avatars.githubusercontent.com/u/19620375?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/burtenshaw",
"html_url": "https://github.com/burtenshaw",
"followers_url": "https://api.github.com/users/burtenshaw/followers",
"following_url": "https://api.github.com/users/burtenshaw/following{/other_user}",
"gists_url": "https://api.github.com/users/burtenshaw/gists{/gist_id}",
"starred_url": "https://api.github.com/users/burtenshaw/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/burtenshaw/subscriptions",
"organizations_url": "https://api.github.com/users/burtenshaw/orgs",
"repos_url": "https://api.github.com/users/burtenshaw/repos",
"events_url": "https://api.github.com/users/burtenshaw/events{/privacy}",
"received_events_url": "https://api.github.com/users/burtenshaw/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/learn/mcp-course/pr_75). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2025-06-02T09:19:49 | 2025-06-02T09:29:12 | 2025-06-02T09:29:12 | COLLABORATOR | null | null | null | Co-authored-by: neonwatty | {
"login": "burtenshaw",
"id": 19620375,
"node_id": "MDQ6VXNlcjE5NjIwMzc1",
"avatar_url": "https://avatars.githubusercontent.com/u/19620375?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/burtenshaw",
"html_url": "https://github.com/burtenshaw",
"followers_url": "https://api.github.com/users/burtenshaw/followers",
"following_url": "https://api.github.com/users/burtenshaw/following{/other_user}",
"gists_url": "https://api.github.com/users/burtenshaw/gists{/gist_id}",
"starred_url": "https://api.github.com/users/burtenshaw/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/burtenshaw/subscriptions",
"organizations_url": "https://api.github.com/users/burtenshaw/orgs",
"repos_url": "https://api.github.com/users/burtenshaw/repos",
"events_url": "https://api.github.com/users/burtenshaw/events{/privacy}",
"received_events_url": "https://api.github.com/users/burtenshaw/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/75/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/75/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/mcp-course/pulls/75",
"html_url": "https://github.com/huggingface/mcp-course/pull/75",
"diff_url": "https://github.com/huggingface/mcp-course/pull/75.diff",
"patch_url": "https://github.com/huggingface/mcp-course/pull/75.patch",
"merged_at": "2025-06-02T09:29:12"
} | true |
https://api.github.com/repos/huggingface/mcp-course/issues/74 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/74/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/74/comments | https://api.github.com/repos/huggingface/mcp-course/issues/74/events | https://github.com/huggingface/mcp-course/pull/74 | 3,109,254,473 | PR_kwDOOkuIPc6YlAvp | 74 | Make-mcp-client-usage-consistent | {
"login": "burtenshaw",
"id": 19620375,
"node_id": "MDQ6VXNlcjE5NjIwMzc1",
"avatar_url": "https://avatars.githubusercontent.com/u/19620375?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/burtenshaw",
"html_url": "https://github.com/burtenshaw",
"followers_url": "https://api.github.com/users/burtenshaw/followers",
"following_url": "https://api.github.com/users/burtenshaw/following{/other_user}",
"gists_url": "https://api.github.com/users/burtenshaw/gists{/gist_id}",
"starred_url": "https://api.github.com/users/burtenshaw/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/burtenshaw/subscriptions",
"organizations_url": "https://api.github.com/users/burtenshaw/orgs",
"repos_url": "https://api.github.com/users/burtenshaw/repos",
"events_url": "https://api.github.com/users/burtenshaw/events{/privacy}",
"received_events_url": "https://api.github.com/users/burtenshaw/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/learn/mcp-course/pr_74). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2025-06-02T08:59:01 | 2025-06-02T09:00:40 | 2025-06-02T09:00:40 | COLLABORATOR | null | null | null | null | {
"login": "burtenshaw",
"id": 19620375,
"node_id": "MDQ6VXNlcjE5NjIwMzc1",
"avatar_url": "https://avatars.githubusercontent.com/u/19620375?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/burtenshaw",
"html_url": "https://github.com/burtenshaw",
"followers_url": "https://api.github.com/users/burtenshaw/followers",
"following_url": "https://api.github.com/users/burtenshaw/following{/other_user}",
"gists_url": "https://api.github.com/users/burtenshaw/gists{/gist_id}",
"starred_url": "https://api.github.com/users/burtenshaw/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/burtenshaw/subscriptions",
"organizations_url": "https://api.github.com/users/burtenshaw/orgs",
"repos_url": "https://api.github.com/users/burtenshaw/repos",
"events_url": "https://api.github.com/users/burtenshaw/events{/privacy}",
"received_events_url": "https://api.github.com/users/burtenshaw/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/74/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/74/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/mcp-course/pulls/74",
"html_url": "https://github.com/huggingface/mcp-course/pull/74",
"diff_url": "https://github.com/huggingface/mcp-course/pull/74.diff",
"patch_url": "https://github.com/huggingface/mcp-course/pull/74.patch",
"merged_at": "2025-06-02T09:00:40"
} | true |
https://api.github.com/repos/huggingface/mcp-course/issues/73 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/73/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/73/comments | https://api.github.com/repos/huggingface/mcp-course/issues/73/events | https://github.com/huggingface/mcp-course/pull/73 | 3,105,497,497 | PR_kwDOOkuIPc6YZNny | 73 | Update sdk.mdx | {
"login": "artyomboyko",
"id": 17560478,
"node_id": "MDQ6VXNlcjE3NTYwNDc4",
"avatar_url": "https://avatars.githubusercontent.com/u/17560478?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/artyomboyko",
"html_url": "https://github.com/artyomboyko",
"followers_url": "https://api.github.com/users/artyomboyko/followers",
"following_url": "https://api.github.com/users/artyomboyko/following{/other_user}",
"gists_url": "https://api.github.com/users/artyomboyko/gists{/gist_id}",
"starred_url": "https://api.github.com/users/artyomboyko/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/artyomboyko/subscriptions",
"organizations_url": "https://api.github.com/users/artyomboyko/orgs",
"repos_url": "https://api.github.com/users/artyomboyko/repos",
"events_url": "https://api.github.com/users/artyomboyko/events{/privacy}",
"received_events_url": "https://api.github.com/users/artyomboyko/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"@burtenshaw Some minor edits",
"Thanks!"
] | 2025-05-31T13:35:16 | 2025-05-31T15:09:35 | 2025-05-31T15:09:35 | CONTRIBUTOR | null | null | null | Added appropriate comments to the Python code. Similarly to the JavaScript code. | {
"login": "burtenshaw",
"id": 19620375,
"node_id": "MDQ6VXNlcjE5NjIwMzc1",
"avatar_url": "https://avatars.githubusercontent.com/u/19620375?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/burtenshaw",
"html_url": "https://github.com/burtenshaw",
"followers_url": "https://api.github.com/users/burtenshaw/followers",
"following_url": "https://api.github.com/users/burtenshaw/following{/other_user}",
"gists_url": "https://api.github.com/users/burtenshaw/gists{/gist_id}",
"starred_url": "https://api.github.com/users/burtenshaw/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/burtenshaw/subscriptions",
"organizations_url": "https://api.github.com/users/burtenshaw/orgs",
"repos_url": "https://api.github.com/users/burtenshaw/repos",
"events_url": "https://api.github.com/users/burtenshaw/events{/privacy}",
"received_events_url": "https://api.github.com/users/burtenshaw/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/73/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/73/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/mcp-course/pulls/73",
"html_url": "https://github.com/huggingface/mcp-course/pull/73",
"diff_url": "https://github.com/huggingface/mcp-course/pull/73.diff",
"patch_url": "https://github.com/huggingface/mcp-course/pull/73.patch",
"merged_at": "2025-05-31T15:09:35"
} | true |
https://api.github.com/repos/huggingface/mcp-course/issues/72 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/72/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/72/comments | https://api.github.com/repos/huggingface/mcp-course/issues/72/events | https://github.com/huggingface/mcp-course/pull/72 | 3,103,575,196 | PR_kwDOOkuIPc6YSzfF | 72 | Unit 1 update gradio mcp client endpoint to work around mcp 1.9.0 breaking change | {
"login": "neonwatty",
"id": 16326421,
"node_id": "MDQ6VXNlcjE2MzI2NDIx",
"avatar_url": "https://avatars.githubusercontent.com/u/16326421?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/neonwatty",
"html_url": "https://github.com/neonwatty",
"followers_url": "https://api.github.com/users/neonwatty/followers",
"following_url": "https://api.github.com/users/neonwatty/following{/other_user}",
"gists_url": "https://api.github.com/users/neonwatty/gists{/gist_id}",
"starred_url": "https://api.github.com/users/neonwatty/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/neonwatty/subscriptions",
"organizations_url": "https://api.github.com/users/neonwatty/orgs",
"repos_url": "https://api.github.com/users/neonwatty/repos",
"events_url": "https://api.github.com/users/neonwatty/events{/privacy}",
"received_events_url": "https://api.github.com/users/neonwatty/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"pinging @abidlabs just in case",
"Thanks @neonwatty . This is really use because we received some community queries. \r\n\r\nI'm actually changing the mcp clients in unit 1 to not use `smolagents`, and instead jus `InferenceClient`. Therefore, I've brought your changes into unit 2 instead, where we use this spac... | 2025-05-30T15:36:15 | 2025-06-02T09:28:21 | 2025-06-02T09:28:20 | CONTRIBUTOR | null | null | null | `mcp` 1.9.0 has a [breaking change for gradio mcp endpoints currently under investigation](https://github.com/gradio-app/gradio/issues/11225#issuecomment-2893381049).
The example gradio endpoint in unit 1 `https://abidlabs-mcp-tools.hf.space/gradio_api/mcp/sse` uses this latest version and returns `404` errors at present when invoked via the example code.
This PR replaces the endpoint with a duplicated space created by the same author `https://abidlabs-mcp-tools2.hf.space/gradio_api/mcp/sse` that pins `mcp` to `1.8.1`, avoiding the breaking change allowing the example to function as expected.
This is a temporary solution but at least prevents `404` returns from the current endpoint. It likewise addresses #57. | {
"login": "burtenshaw",
"id": 19620375,
"node_id": "MDQ6VXNlcjE5NjIwMzc1",
"avatar_url": "https://avatars.githubusercontent.com/u/19620375?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/burtenshaw",
"html_url": "https://github.com/burtenshaw",
"followers_url": "https://api.github.com/users/burtenshaw/followers",
"following_url": "https://api.github.com/users/burtenshaw/following{/other_user}",
"gists_url": "https://api.github.com/users/burtenshaw/gists{/gist_id}",
"starred_url": "https://api.github.com/users/burtenshaw/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/burtenshaw/subscriptions",
"organizations_url": "https://api.github.com/users/burtenshaw/orgs",
"repos_url": "https://api.github.com/users/burtenshaw/repos",
"events_url": "https://api.github.com/users/burtenshaw/events{/privacy}",
"received_events_url": "https://api.github.com/users/burtenshaw/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/72/reactions",
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/72/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/mcp-course/pulls/72",
"html_url": "https://github.com/huggingface/mcp-course/pull/72",
"diff_url": "https://github.com/huggingface/mcp-course/pull/72.diff",
"patch_url": "https://github.com/huggingface/mcp-course/pull/72.patch",
"merged_at": "2025-06-02T09:28:20"
} | true |
https://api.github.com/repos/huggingface/mcp-course/issues/71 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/71/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/71/comments | https://api.github.com/repos/huggingface/mcp-course/issues/71/events | https://github.com/huggingface/mcp-course/pull/71 | 3,102,857,434 | PR_kwDOOkuIPc6YQWh5 | 71 | fixed the error message "not a valid arg for chatInference" | {
"login": "yinde0",
"id": 35911370,
"node_id": "MDQ6VXNlcjM1OTExMzcw",
"avatar_url": "https://avatars.githubusercontent.com/u/35911370?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yinde0",
"html_url": "https://github.com/yinde0",
"followers_url": "https://api.github.com/users/yinde0/followers",
"following_url": "https://api.github.com/users/yinde0/following{/other_user}",
"gists_url": "https://api.github.com/users/yinde0/gists{/gist_id}",
"starred_url": "https://api.github.com/users/yinde0/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/yinde0/subscriptions",
"organizations_url": "https://api.github.com/users/yinde0/orgs",
"repos_url": "https://api.github.com/users/yinde0/repos",
"events_url": "https://api.github.com/users/yinde0/events{/privacy}",
"received_events_url": "https://api.github.com/users/yinde0/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 2025-05-30T10:42:45 | 2025-06-02T09:30:21 | 2025-06-02T09:30:21 | CONTRIBUTOR | null | null | null | and 401 Client Error: Unauthorized for URL.
In the course content under unit 2, gradio-client. `Message = [ ]` was passed to chatInference which was giving error. Secondly, I observed if the API key is not passed to the model initialization of `InferenceClientModel()` there was also an error there. to fix it I had to pass in my API token to resolve the error. | {
"login": "burtenshaw",
"id": 19620375,
"node_id": "MDQ6VXNlcjE5NjIwMzc1",
"avatar_url": "https://avatars.githubusercontent.com/u/19620375?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/burtenshaw",
"html_url": "https://github.com/burtenshaw",
"followers_url": "https://api.github.com/users/burtenshaw/followers",
"following_url": "https://api.github.com/users/burtenshaw/following{/other_user}",
"gists_url": "https://api.github.com/users/burtenshaw/gists{/gist_id}",
"starred_url": "https://api.github.com/users/burtenshaw/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/burtenshaw/subscriptions",
"organizations_url": "https://api.github.com/users/burtenshaw/orgs",
"repos_url": "https://api.github.com/users/burtenshaw/repos",
"events_url": "https://api.github.com/users/burtenshaw/events{/privacy}",
"received_events_url": "https://api.github.com/users/burtenshaw/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/71/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/71/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/mcp-course/pulls/71",
"html_url": "https://github.com/huggingface/mcp-course/pull/71",
"diff_url": "https://github.com/huggingface/mcp-course/pull/71.diff",
"patch_url": "https://github.com/huggingface/mcp-course/pull/71.patch",
"merged_at": "2025-06-02T09:30:21"
} | true |
https://api.github.com/repos/huggingface/mcp-course/issues/70 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/70/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/70/comments | https://api.github.com/repos/huggingface/mcp-course/issues/70/events | https://github.com/huggingface/mcp-course/pull/70 | 3,102,484,863 | PR_kwDOOkuIPc6YPHnQ | 70 | [ENHANCEMENT] add python tiny agents | {
"login": "burtenshaw",
"id": 19620375,
"node_id": "MDQ6VXNlcjE5NjIwMzc1",
"avatar_url": "https://avatars.githubusercontent.com/u/19620375?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/burtenshaw",
"html_url": "https://github.com/burtenshaw",
"followers_url": "https://api.github.com/users/burtenshaw/followers",
"following_url": "https://api.github.com/users/burtenshaw/following{/other_user}",
"gists_url": "https://api.github.com/users/burtenshaw/gists{/gist_id}",
"starred_url": "https://api.github.com/users/burtenshaw/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/burtenshaw/subscriptions",
"organizations_url": "https://api.github.com/users/burtenshaw/orgs",
"repos_url": "https://api.github.com/users/burtenshaw/repos",
"events_url": "https://api.github.com/users/burtenshaw/events{/privacy}",
"received_events_url": "https://api.github.com/users/burtenshaw/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/learn/mcp-course/pr_70). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"love it! cc @wauplin @hanouticelina ❤️\r\n\r\nNote that both Python and JS implems of ... | 2025-05-30T08:31:42 | 2025-05-30T14:48:40 | 2025-05-30T09:05:13 | COLLABORATOR | null | null | null | null | {
"login": "burtenshaw",
"id": 19620375,
"node_id": "MDQ6VXNlcjE5NjIwMzc1",
"avatar_url": "https://avatars.githubusercontent.com/u/19620375?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/burtenshaw",
"html_url": "https://github.com/burtenshaw",
"followers_url": "https://api.github.com/users/burtenshaw/followers",
"following_url": "https://api.github.com/users/burtenshaw/following{/other_user}",
"gists_url": "https://api.github.com/users/burtenshaw/gists{/gist_id}",
"starred_url": "https://api.github.com/users/burtenshaw/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/burtenshaw/subscriptions",
"organizations_url": "https://api.github.com/users/burtenshaw/orgs",
"repos_url": "https://api.github.com/users/burtenshaw/repos",
"events_url": "https://api.github.com/users/burtenshaw/events{/privacy}",
"received_events_url": "https://api.github.com/users/burtenshaw/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/70/reactions",
"total_count": 1,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 1,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/70/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/mcp-course/pulls/70",
"html_url": "https://github.com/huggingface/mcp-course/pull/70",
"diff_url": "https://github.com/huggingface/mcp-course/pull/70.diff",
"patch_url": "https://github.com/huggingface/mcp-course/pull/70.patch",
"merged_at": "2025-05-30T09:05:12"
} | true |
https://api.github.com/repos/huggingface/mcp-course/issues/69 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/69/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/69/comments | https://api.github.com/repos/huggingface/mcp-course/issues/69/events | https://github.com/huggingface/mcp-course/pull/69 | 3,102,467,657 | PR_kwDOOkuIPc6YPD6c | 69 | [UNIT] Unit 3.1 on building a PR bot with | {
"login": "burtenshaw",
"id": 19620375,
"node_id": "MDQ6VXNlcjE5NjIwMzc1",
"avatar_url": "https://avatars.githubusercontent.com/u/19620375?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/burtenshaw",
"html_url": "https://github.com/burtenshaw",
"followers_url": "https://api.github.com/users/burtenshaw/followers",
"following_url": "https://api.github.com/users/burtenshaw/following{/other_user}",
"gists_url": "https://api.github.com/users/burtenshaw/gists{/gist_id}",
"starred_url": "https://api.github.com/users/burtenshaw/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/burtenshaw/subscriptions",
"organizations_url": "https://api.github.com/users/burtenshaw/orgs",
"repos_url": "https://api.github.com/users/burtenshaw/repos",
"events_url": "https://api.github.com/users/burtenshaw/events{/privacy}",
"received_events_url": "https://api.github.com/users/burtenshaw/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/mcp-course/pr_69/en/unit3_1/introduction). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2025-05-30T08:23:47 | 2025-06-05T09:02:36 | 2025-06-05T09:02:36 | COLLABORATOR | null | null | null | This PR is intended to follow https://github.com/huggingface/mcp-course/pull/50
It is a walkthrough tutorial based on [this space](https://huggingface.co/spaces/mcp-course/tag-this-repo) which tags repos based on discussion items. | {
"login": "burtenshaw",
"id": 19620375,
"node_id": "MDQ6VXNlcjE5NjIwMzc1",
"avatar_url": "https://avatars.githubusercontent.com/u/19620375?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/burtenshaw",
"html_url": "https://github.com/burtenshaw",
"followers_url": "https://api.github.com/users/burtenshaw/followers",
"following_url": "https://api.github.com/users/burtenshaw/following{/other_user}",
"gists_url": "https://api.github.com/users/burtenshaw/gists{/gist_id}",
"starred_url": "https://api.github.com/users/burtenshaw/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/burtenshaw/subscriptions",
"organizations_url": "https://api.github.com/users/burtenshaw/orgs",
"repos_url": "https://api.github.com/users/burtenshaw/repos",
"events_url": "https://api.github.com/users/burtenshaw/events{/privacy}",
"received_events_url": "https://api.github.com/users/burtenshaw/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/69/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/69/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/mcp-course/pulls/69",
"html_url": "https://github.com/huggingface/mcp-course/pull/69",
"diff_url": "https://github.com/huggingface/mcp-course/pull/69.diff",
"patch_url": "https://github.com/huggingface/mcp-course/pull/69.patch",
"merged_at": "2025-06-05T09:02:36"
} | true |
https://api.github.com/repos/huggingface/mcp-course/issues/68 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/68/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/68/comments | https://api.github.com/repos/huggingface/mcp-course/issues/68/events | https://github.com/huggingface/mcp-course/pull/68 | 3,100,831,239 | PR_kwDOOkuIPc6YJjQI | 68 | Update mcp-clients.mdx pubmedmcp example | {
"login": "neonwatty",
"id": 16326421,
"node_id": "MDQ6VXNlcjE2MzI2NDIx",
"avatar_url": "https://avatars.githubusercontent.com/u/16326421?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/neonwatty",
"html_url": "https://github.com/neonwatty",
"followers_url": "https://api.github.com/users/neonwatty/followers",
"following_url": "https://api.github.com/users/neonwatty/following{/other_user}",
"gists_url": "https://api.github.com/users/neonwatty/gists{/gist_id}",
"starred_url": "https://api.github.com/users/neonwatty/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/neonwatty/subscriptions",
"organizations_url": "https://api.github.com/users/neonwatty/orgs",
"repos_url": "https://api.github.com/users/neonwatty/repos",
"events_url": "https://api.github.com/users/neonwatty/events{/privacy}",
"received_events_url": "https://api.github.com/users/neonwatty/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"thanks!"
] | 2025-05-29T16:20:32 | 2025-05-30T08:46:32 | 2025-05-30T08:46:26 | CONTRIBUTOR | null | null | null | Updates to `pubmedmcp` example for easier setup and usage, including:
- explicitly mention required installs (`mcp[cli]`, `smolagents[toolkit]`, and `smolagents[mcp]`)
- use `uv` instead of `uvx` to remove the need to manually install `pubmedclient` in order to use `pubmedmcp@0.1.3` and better isolating the tool usage
- pass [required arg `model`](https://github.com/huggingface/smolagents/blob/6a12ebdf210207eec22d5940157f522463fc1c59/src/smolagents/agents.py#L1345) to `CodeAgent` init to prevent `TypeError: CodeAgent.__init__() missing 1 required positional argument: 'model'`with current implementation
- import and add init for `model = InferenceClientModel()` to pass to `CodeAgent` | {
"login": "burtenshaw",
"id": 19620375,
"node_id": "MDQ6VXNlcjE5NjIwMzc1",
"avatar_url": "https://avatars.githubusercontent.com/u/19620375?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/burtenshaw",
"html_url": "https://github.com/burtenshaw",
"followers_url": "https://api.github.com/users/burtenshaw/followers",
"following_url": "https://api.github.com/users/burtenshaw/following{/other_user}",
"gists_url": "https://api.github.com/users/burtenshaw/gists{/gist_id}",
"starred_url": "https://api.github.com/users/burtenshaw/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/burtenshaw/subscriptions",
"organizations_url": "https://api.github.com/users/burtenshaw/orgs",
"repos_url": "https://api.github.com/users/burtenshaw/repos",
"events_url": "https://api.github.com/users/burtenshaw/events{/privacy}",
"received_events_url": "https://api.github.com/users/burtenshaw/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/68/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/68/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/mcp-course/pulls/68",
"html_url": "https://github.com/huggingface/mcp-course/pull/68",
"diff_url": "https://github.com/huggingface/mcp-course/pull/68.diff",
"patch_url": "https://github.com/huggingface/mcp-course/pull/68.patch",
"merged_at": "2025-05-30T08:46:26"
} | true |
https://api.github.com/repos/huggingface/mcp-course/issues/67 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/67/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/67/comments | https://api.github.com/repos/huggingface/mcp-course/issues/67/events | https://github.com/huggingface/mcp-course/pull/67 | 3,100,498,272 | PR_kwDOOkuIPc6YIaHu | 67 | [TRANSLATION] added-turkish-readme | {
"login": "alperugurca",
"id": 20747873,
"node_id": "MDQ6VXNlcjIwNzQ3ODcz",
"avatar_url": "https://avatars.githubusercontent.com/u/20747873?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/alperugurca",
"html_url": "https://github.com/alperugurca",
"followers_url": "https://api.github.com/users/alperugurca/followers",
"following_url": "https://api.github.com/users/alperugurca/following{/other_user}",
"gists_url": "https://api.github.com/users/alperugurca/gists{/gist_id}",
"starred_url": "https://api.github.com/users/alperugurca/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/alperugurca/subscriptions",
"organizations_url": "https://api.github.com/users/alperugurca/orgs",
"repos_url": "https://api.github.com/users/alperugurca/repos",
"events_url": "https://api.github.com/users/alperugurca/events{/privacy}",
"received_events_url": "https://api.github.com/users/alperugurca/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 2025-05-29T14:16:44 | 2025-06-05T11:22:02 | 2025-06-05T11:22:02 | NONE | null | null | null | added turkish readme file "README_tr.md" | {
"login": "alperugurca",
"id": 20747873,
"node_id": "MDQ6VXNlcjIwNzQ3ODcz",
"avatar_url": "https://avatars.githubusercontent.com/u/20747873?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/alperugurca",
"html_url": "https://github.com/alperugurca",
"followers_url": "https://api.github.com/users/alperugurca/followers",
"following_url": "https://api.github.com/users/alperugurca/following{/other_user}",
"gists_url": "https://api.github.com/users/alperugurca/gists{/gist_id}",
"starred_url": "https://api.github.com/users/alperugurca/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/alperugurca/subscriptions",
"organizations_url": "https://api.github.com/users/alperugurca/orgs",
"repos_url": "https://api.github.com/users/alperugurca/repos",
"events_url": "https://api.github.com/users/alperugurca/events{/privacy}",
"received_events_url": "https://api.github.com/users/alperugurca/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/67/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/67/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/mcp-course/pulls/67",
"html_url": "https://github.com/huggingface/mcp-course/pull/67",
"diff_url": "https://github.com/huggingface/mcp-course/pull/67.diff",
"patch_url": "https://github.com/huggingface/mcp-course/pull/67.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/mcp-course/issues/66 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/66/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/66/comments | https://api.github.com/repos/huggingface/mcp-course/issues/66/events | https://github.com/huggingface/mcp-course/pull/66 | 3,098,926,764 | PR_kwDOOkuIPc6YDCyB | 66 | Fix minor typo in mcp-clients.mdx | {
"login": "alexshepard",
"id": 515947,
"node_id": "MDQ6VXNlcjUxNTk0Nw==",
"avatar_url": "https://avatars.githubusercontent.com/u/515947?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/alexshepard",
"html_url": "https://github.com/alexshepard",
"followers_url": "https://api.github.com/users/alexshepard/followers",
"following_url": "https://api.github.com/users/alexshepard/following{/other_user}",
"gists_url": "https://api.github.com/users/alexshepard/gists{/gist_id}",
"starred_url": "https://api.github.com/users/alexshepard/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/alexshepard/subscriptions",
"organizations_url": "https://api.github.com/users/alexshepard/orgs",
"repos_url": "https://api.github.com/users/alexshepard/repos",
"events_url": "https://api.github.com/users/alexshepard/events{/privacy}",
"received_events_url": "https://api.github.com/users/alexshepard/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"thanks!"
] | 2025-05-29T01:44:51 | 2025-05-30T08:47:29 | 2025-05-30T08:47:29 | CONTRIBUTOR | null | null | null | Change redundant “in within code” to “within code” | {
"login": "burtenshaw",
"id": 19620375,
"node_id": "MDQ6VXNlcjE5NjIwMzc1",
"avatar_url": "https://avatars.githubusercontent.com/u/19620375?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/burtenshaw",
"html_url": "https://github.com/burtenshaw",
"followers_url": "https://api.github.com/users/burtenshaw/followers",
"following_url": "https://api.github.com/users/burtenshaw/following{/other_user}",
"gists_url": "https://api.github.com/users/burtenshaw/gists{/gist_id}",
"starred_url": "https://api.github.com/users/burtenshaw/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/burtenshaw/subscriptions",
"organizations_url": "https://api.github.com/users/burtenshaw/orgs",
"repos_url": "https://api.github.com/users/burtenshaw/repos",
"events_url": "https://api.github.com/users/burtenshaw/events{/privacy}",
"received_events_url": "https://api.github.com/users/burtenshaw/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/66/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/66/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/mcp-course/pulls/66",
"html_url": "https://github.com/huggingface/mcp-course/pull/66",
"diff_url": "https://github.com/huggingface/mcp-course/pull/66.diff",
"patch_url": "https://github.com/huggingface/mcp-course/pull/66.patch",
"merged_at": "2025-05-30T08:47:29"
} | true |
https://api.github.com/repos/huggingface/mcp-course/issues/65 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/65/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/65/comments | https://api.github.com/repos/huggingface/mcp-course/issues/65/events | https://github.com/huggingface/mcp-course/issues/65 | 3,098,194,264 | I_kwDOOkuIPc64qrFY | 65 | Add new unit: AI Memory MCP servers | {
"login": "Vasilije1990",
"id": 8619304,
"node_id": "MDQ6VXNlcjg2MTkzMDQ=",
"avatar_url": "https://avatars.githubusercontent.com/u/8619304?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Vasilije1990",
"html_url": "https://github.com/Vasilije1990",
"followers_url": "https://api.github.com/users/Vasilije1990/followers",
"following_url": "https://api.github.com/users/Vasilije1990/following{/other_user}",
"gists_url": "https://api.github.com/users/Vasilije1990/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Vasilije1990/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Vasilije1990/subscriptions",
"organizations_url": "https://api.github.com/users/Vasilije1990/orgs",
"repos_url": "https://api.github.com/users/Vasilije1990/repos",
"events_url": "https://api.github.com/users/Vasilije1990/events{/privacy}",
"received_events_url": "https://api.github.com/users/Vasilije1990/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2025-05-28T18:24:33 | 2025-05-28T18:24:33 | null | NONE | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | Hello,
I am a founder of cognee, an [AI memory tool ](https://github.com/topoteretes/cognee)with an active MCP server implementation that allows any tool, coding assistant and more to create a memory layer on top of vector and graph stores.
I'd like to propose a section in the course that would teach the students the following:
1. How to set up portable MCP AI memory server they can re-use and enrich between flows, copilots, agents
2. How to load custom rules and instructions to the server
3. How to search their data and visualize it, and provide Human in the loop type feedback
<img width="834" alt="Image" src="https://github.com/user-attachments/assets/382af657-da5f-4339-b7ee-5e534e31d09e" /> | null | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/65/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/65/timeline | null | null | null | null | false |
https://api.github.com/repos/huggingface/mcp-course/issues/64 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/64/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/64/comments | https://api.github.com/repos/huggingface/mcp-course/issues/64/events | https://github.com/huggingface/mcp-course/pull/64 | 3,091,817,210 | PR_kwDOOkuIPc6Xq-GF | 64 | Update tiny-agents.mdx | {
"login": "aCanalez",
"id": 14099522,
"node_id": "MDQ6VXNlcjE0MDk5NTIy",
"avatar_url": "https://avatars.githubusercontent.com/u/14099522?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/aCanalez",
"html_url": "https://github.com/aCanalez",
"followers_url": "https://api.github.com/users/aCanalez/followers",
"following_url": "https://api.github.com/users/aCanalez/following{/other_user}",
"gists_url": "https://api.github.com/users/aCanalez/gists{/gist_id}",
"starred_url": "https://api.github.com/users/aCanalez/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/aCanalez/subscriptions",
"organizations_url": "https://api.github.com/users/aCanalez/orgs",
"repos_url": "https://api.github.com/users/aCanalez/repos",
"events_url": "https://api.github.com/users/aCanalez/events{/privacy}",
"received_events_url": "https://api.github.com/users/aCanalez/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 2025-05-26T18:17:56 | 2025-05-30T08:47:44 | 2025-05-30T08:47:44 | CONTRIBUTOR | null | null | null | Updating the mcp-remote npm scripts.
Fixes the following errors:
@mcpjs/mcp-remote is not in the npm registry, or you have no permission to fetch it. Not Found - GET https://registry.npmjs.org/@mcpjs%2fmcp-remote - Not found | {
"login": "burtenshaw",
"id": 19620375,
"node_id": "MDQ6VXNlcjE5NjIwMzc1",
"avatar_url": "https://avatars.githubusercontent.com/u/19620375?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/burtenshaw",
"html_url": "https://github.com/burtenshaw",
"followers_url": "https://api.github.com/users/burtenshaw/followers",
"following_url": "https://api.github.com/users/burtenshaw/following{/other_user}",
"gists_url": "https://api.github.com/users/burtenshaw/gists{/gist_id}",
"starred_url": "https://api.github.com/users/burtenshaw/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/burtenshaw/subscriptions",
"organizations_url": "https://api.github.com/users/burtenshaw/orgs",
"repos_url": "https://api.github.com/users/burtenshaw/repos",
"events_url": "https://api.github.com/users/burtenshaw/events{/privacy}",
"received_events_url": "https://api.github.com/users/burtenshaw/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/64/reactions",
"total_count": 3,
"+1": 3,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/64/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/mcp-course/pulls/64",
"html_url": "https://github.com/huggingface/mcp-course/pull/64",
"diff_url": "https://github.com/huggingface/mcp-course/pull/64.diff",
"patch_url": "https://github.com/huggingface/mcp-course/pull/64.patch",
"merged_at": "2025-05-30T08:47:44"
} | true |
https://api.github.com/repos/huggingface/mcp-course/issues/63 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/63/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/63/comments | https://api.github.com/repos/huggingface/mcp-course/issues/63/events | https://github.com/huggingface/mcp-course/pull/63 | 3,091,780,581 | PR_kwDOOkuIPc6Xq2Ng | 63 | Update gradio-client.mdx | {
"login": "aCanalez",
"id": 14099522,
"node_id": "MDQ6VXNlcjE0MDk5NTIy",
"avatar_url": "https://avatars.githubusercontent.com/u/14099522?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/aCanalez",
"html_url": "https://github.com/aCanalez",
"followers_url": "https://api.github.com/users/aCanalez/followers",
"following_url": "https://api.github.com/users/aCanalez/following{/other_user}",
"gists_url": "https://api.github.com/users/aCanalez/gists{/gist_id}",
"starred_url": "https://api.github.com/users/aCanalez/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/aCanalez/subscriptions",
"organizations_url": "https://api.github.com/users/aCanalez/orgs",
"repos_url": "https://api.github.com/users/aCanalez/repos",
"events_url": "https://api.github.com/users/aCanalez/events{/privacy}",
"received_events_url": "https://api.github.com/users/aCanalez/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"I think we can do this in a simpler way, or leave it out of the tutorial."
] | 2025-05-26T17:53:51 | 2025-05-30T08:48:50 | 2025-05-30T08:48:13 | CONTRIBUTOR | null | null | null | Initializing the mcp_client outside of the try block to ensure it's in scope for the finally block. | {
"login": "burtenshaw",
"id": 19620375,
"node_id": "MDQ6VXNlcjE5NjIwMzc1",
"avatar_url": "https://avatars.githubusercontent.com/u/19620375?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/burtenshaw",
"html_url": "https://github.com/burtenshaw",
"followers_url": "https://api.github.com/users/burtenshaw/followers",
"following_url": "https://api.github.com/users/burtenshaw/following{/other_user}",
"gists_url": "https://api.github.com/users/burtenshaw/gists{/gist_id}",
"starred_url": "https://api.github.com/users/burtenshaw/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/burtenshaw/subscriptions",
"organizations_url": "https://api.github.com/users/burtenshaw/orgs",
"repos_url": "https://api.github.com/users/burtenshaw/repos",
"events_url": "https://api.github.com/users/burtenshaw/events{/privacy}",
"received_events_url": "https://api.github.com/users/burtenshaw/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/63/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/63/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/mcp-course/pulls/63",
"html_url": "https://github.com/huggingface/mcp-course/pull/63",
"diff_url": "https://github.com/huggingface/mcp-course/pull/63.diff",
"patch_url": "https://github.com/huggingface/mcp-course/pull/63.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/mcp-course/issues/62 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/62/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/62/comments | https://api.github.com/repos/huggingface/mcp-course/issues/62/events | https://github.com/huggingface/mcp-course/issues/62 | 3,090,408,208 | I_kwDOOkuIPc64M-MQ | 62 | Connecting to remote server | {
"login": "ohj666",
"id": 95198770,
"node_id": "U_kgDOBayeMg",
"avatar_url": "https://avatars.githubusercontent.com/u/95198770?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ohj666",
"html_url": "https://github.com/ohj666",
"followers_url": "https://api.github.com/users/ohj666/followers",
"following_url": "https://api.github.com/users/ohj666/following{/other_user}",
"gists_url": "https://api.github.com/users/ohj666/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ohj666/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ohj666/subscriptions",
"organizations_url": "https://api.github.com/users/ohj666/orgs",
"repos_url": "https://api.github.com/users/ohj666/repos",
"events_url": "https://api.github.com/users/ohj666/events{/privacy}",
"received_events_url": "https://api.github.com/users/ohj666/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2025-05-26T08:19:48 | 2025-05-26T08:19:48 | null | NONE | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | When I followed the last section of Unit 2 step by step, it didn't work properly,i don't know how to use, please help me.

 | null | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/62/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/62/timeline | null | null | null | null | false |
https://api.github.com/repos/huggingface/mcp-course/issues/61 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/61/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/61/comments | https://api.github.com/repos/huggingface/mcp-course/issues/61/events | https://github.com/huggingface/mcp-course/issues/61 | 3,089,465,400 | I_kwDOOkuIPc64JYA4 | 61 | Quiz answers are checkbox but should be radio | {
"login": "StefMa",
"id": 10229883,
"node_id": "MDQ6VXNlcjEwMjI5ODgz",
"avatar_url": "https://avatars.githubusercontent.com/u/10229883?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/StefMa",
"html_url": "https://github.com/StefMa",
"followers_url": "https://api.github.com/users/StefMa/followers",
"following_url": "https://api.github.com/users/StefMa/following{/other_user}",
"gists_url": "https://api.github.com/users/StefMa/gists{/gist_id}",
"starred_url": "https://api.github.com/users/StefMa/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/StefMa/subscriptions",
"organizations_url": "https://api.github.com/users/StefMa/orgs",
"repos_url": "https://api.github.com/users/StefMa/repos",
"events_url": "https://api.github.com/users/StefMa/events{/privacy}",
"received_events_url": "https://api.github.com/users/StefMa/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2025-05-25T17:51:42 | 2025-05-25T17:51:42 | null | NONE | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | Right now the quiz answers are checkboxes. However, only one option is correct. I guess to make it more clear the checkboxes should be replaced by radio buttons.
Alternatively you have multiple answers for a question 🙃 | null | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/61/reactions",
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/61/timeline | null | null | null | null | false |
https://api.github.com/repos/huggingface/mcp-course/issues/60 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/60/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/60/comments | https://api.github.com/repos/huggingface/mcp-course/issues/60/events | https://github.com/huggingface/mcp-course/pull/60 | 3,089,454,935 | PR_kwDOOkuIPc6XjDxp | 60 | Add Cursor integration to unit2 | {
"login": "phil71x",
"id": 91822982,
"node_id": "U_kgDOBXkbhg",
"avatar_url": "https://avatars.githubusercontent.com/u/91822982?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/phil71x",
"html_url": "https://github.com/phil71x",
"followers_url": "https://api.github.com/users/phil71x/followers",
"following_url": "https://api.github.com/users/phil71x/following{/other_user}",
"gists_url": "https://api.github.com/users/phil71x/gists{/gist_id}",
"starred_url": "https://api.github.com/users/phil71x/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/phil71x/subscriptions",
"organizations_url": "https://api.github.com/users/phil71x/orgs",
"repos_url": "https://api.github.com/users/phil71x/repos",
"events_url": "https://api.github.com/users/phil71x/events{/privacy}",
"received_events_url": "https://api.github.com/users/phil71x/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"This is. cool example, but could it be integrated with the existing mcp-clients page?",
"Done what you suggested. And indeed, the new location is better.",
"Nice work. Thanks!"
] | 2025-05-25T17:34:25 | 2025-06-02T09:48:10 | 2025-06-02T09:35:10 | CONTRIBUTOR | null | null | null | Add a documentation for integrating the MCP sentiment analysis server with Cursor AI editor, enhancing the course content in unit 2 with a practical, modern development workflow integration.
## What Changed
- **Added `cursor-host.mdx`** in `units/en/unit2/` with detailed Cursor AI integration guide
- **Updated `_toctree.yml`** to include the new page in the unit 2 navigation structure | {
"login": "burtenshaw",
"id": 19620375,
"node_id": "MDQ6VXNlcjE5NjIwMzc1",
"avatar_url": "https://avatars.githubusercontent.com/u/19620375?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/burtenshaw",
"html_url": "https://github.com/burtenshaw",
"followers_url": "https://api.github.com/users/burtenshaw/followers",
"following_url": "https://api.github.com/users/burtenshaw/following{/other_user}",
"gists_url": "https://api.github.com/users/burtenshaw/gists{/gist_id}",
"starred_url": "https://api.github.com/users/burtenshaw/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/burtenshaw/subscriptions",
"organizations_url": "https://api.github.com/users/burtenshaw/orgs",
"repos_url": "https://api.github.com/users/burtenshaw/repos",
"events_url": "https://api.github.com/users/burtenshaw/events{/privacy}",
"received_events_url": "https://api.github.com/users/burtenshaw/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/60/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/60/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/mcp-course/pulls/60",
"html_url": "https://github.com/huggingface/mcp-course/pull/60",
"diff_url": "https://github.com/huggingface/mcp-course/pull/60.diff",
"patch_url": "https://github.com/huggingface/mcp-course/pull/60.patch",
"merged_at": "2025-06-02T09:35:10"
} | true |
https://api.github.com/repos/huggingface/mcp-course/issues/59 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/59/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/59/comments | https://api.github.com/repos/huggingface/mcp-course/issues/59/events | https://github.com/huggingface/mcp-course/pull/59 | 3,089,331,034 | PR_kwDOOkuIPc6XirhN | 59 | Changed MCP client code example to support access token | {
"login": "tisan-das",
"id": 10323520,
"node_id": "MDQ6VXNlcjEwMzIzNTIw",
"avatar_url": "https://avatars.githubusercontent.com/u/10323520?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tisan-das",
"html_url": "https://github.com/tisan-das",
"followers_url": "https://api.github.com/users/tisan-das/followers",
"following_url": "https://api.github.com/users/tisan-das/following{/other_user}",
"gists_url": "https://api.github.com/users/tisan-das/gists{/gist_id}",
"starred_url": "https://api.github.com/users/tisan-das/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/tisan-das/subscriptions",
"organizations_url": "https://api.github.com/users/tisan-das/orgs",
"repos_url": "https://api.github.com/users/tisan-das/repos",
"events_url": "https://api.github.com/users/tisan-das/events{/privacy}",
"received_events_url": "https://api.github.com/users/tisan-das/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | [] | 2025-05-25T14:15:40 | 2025-06-02T09:37:28 | 2025-06-02T09:37:27 | CONTRIBUTOR | null | null | null | ### This PR is created to handle the following:
- Updated the sample client code
- Added support to use Hugging Face access token
- Without using the access token, access to the default inference model is restricted
| {
"login": "burtenshaw",
"id": 19620375,
"node_id": "MDQ6VXNlcjE5NjIwMzc1",
"avatar_url": "https://avatars.githubusercontent.com/u/19620375?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/burtenshaw",
"html_url": "https://github.com/burtenshaw",
"followers_url": "https://api.github.com/users/burtenshaw/followers",
"following_url": "https://api.github.com/users/burtenshaw/following{/other_user}",
"gists_url": "https://api.github.com/users/burtenshaw/gists{/gist_id}",
"starred_url": "https://api.github.com/users/burtenshaw/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/burtenshaw/subscriptions",
"organizations_url": "https://api.github.com/users/burtenshaw/orgs",
"repos_url": "https://api.github.com/users/burtenshaw/repos",
"events_url": "https://api.github.com/users/burtenshaw/events{/privacy}",
"received_events_url": "https://api.github.com/users/burtenshaw/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/59/reactions",
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/59/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/mcp-course/pulls/59",
"html_url": "https://github.com/huggingface/mcp-course/pull/59",
"diff_url": "https://github.com/huggingface/mcp-course/pull/59.diff",
"patch_url": "https://github.com/huggingface/mcp-course/pull/59.patch",
"merged_at": "2025-06-02T09:37:27"
} | true |
https://api.github.com/repos/huggingface/mcp-course/issues/58 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/58/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/58/comments | https://api.github.com/repos/huggingface/mcp-course/issues/58/events | https://github.com/huggingface/mcp-course/pull/58 | 3,088,762,861 | PR_kwDOOkuIPc6Xg4E2 | 58 | [TRANSLATION] portuguese and hebrew documentation for hugging face mcp course | {
"login": "SamuelAMT",
"id": 97400919,
"node_id": "U_kgDOBc44Vw",
"avatar_url": "https://avatars.githubusercontent.com/u/97400919?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SamuelAMT",
"html_url": "https://github.com/SamuelAMT",
"followers_url": "https://api.github.com/users/SamuelAMT/followers",
"following_url": "https://api.github.com/users/SamuelAMT/following{/other_user}",
"gists_url": "https://api.github.com/users/SamuelAMT/gists{/gist_id}",
"starred_url": "https://api.github.com/users/SamuelAMT/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/SamuelAMT/subscriptions",
"organizations_url": "https://api.github.com/users/SamuelAMT/orgs",
"repos_url": "https://api.github.com/users/SamuelAMT/repos",
"events_url": "https://api.github.com/users/SamuelAMT/events{/privacy}",
"received_events_url": "https://api.github.com/users/SamuelAMT/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2025-05-24T21:35:57 | 2025-06-02T09:38:31 | null | NONE | null | null | null | LGTM | null | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/58/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/58/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/mcp-course/pulls/58",
"html_url": "https://github.com/huggingface/mcp-course/pull/58",
"diff_url": "https://github.com/huggingface/mcp-course/pull/58.diff",
"patch_url": "https://github.com/huggingface/mcp-course/pull/58.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/mcp-course/issues/57 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/57/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/57/comments | https://api.github.com/repos/huggingface/mcp-course/issues/57/events | https://github.com/huggingface/mcp-course/issues/57 | 3,088,527,560 | I_kwDOOkuIPc64FzDI | 57 | [WORKAROUND] to unit 2 gradio client script: Error in post_writer: Client error '404 Not Found' | {
"login": "JairajJangle",
"id": 25704330,
"node_id": "MDQ6VXNlcjI1NzA0MzMw",
"avatar_url": "https://avatars.githubusercontent.com/u/25704330?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/JairajJangle",
"html_url": "https://github.com/JairajJangle",
"followers_url": "https://api.github.com/users/JairajJangle/followers",
"following_url": "https://api.github.com/users/JairajJangle/following{/other_user}",
"gists_url": "https://api.github.com/users/JairajJangle/gists{/gist_id}",
"starred_url": "https://api.github.com/users/JairajJangle/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/JairajJangle/subscriptions",
"organizations_url": "https://api.github.com/users/JairajJangle/orgs",
"repos_url": "https://api.github.com/users/JairajJangle/repos",
"events_url": "https://api.github.com/users/JairajJangle/events{/privacy}",
"received_events_url": "https://api.github.com/users/JairajJangle/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2025-05-24T14:48:39 | 2025-05-24T14:59:20 | null | CONTRIBUTOR | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | Error:
```
Error in post_writer: Client error '404 Not Found' for url 'https://abidlabs-mcp-tools.hf.space/gradio_api/mcp/gradio_api/mcp/messages/?session_id=dab13c163c804b6d8a3f952ab13580ce'
For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404
```
A potential workaround can be found here:
https://github.com/gradio-app/gradio/issues/11225#issuecomment-2893381049
---
You can duplicate the space: https://abidlabs-mcp-tools.hf.space/gradio_api and set the mcp version to 1.8.1 in the requirements.txt (`mcp==1.8.1`) and run the app.
Then replace the mcp server URL to: `https://<YOUR_USERNAME>-mcp-tools.hf.space/gradio_api/mcp/sse` | null | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/57/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/57/timeline | null | null | null | null | false |
https://api.github.com/repos/huggingface/mcp-course/issues/56 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/56/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/56/comments | https://api.github.com/repos/huggingface/mcp-course/issues/56/events | https://github.com/huggingface/mcp-course/pull/56 | 3,088,516,013 | PR_kwDOOkuIPc6XgIB7 | 56 | Removed unused import from unit 2 gradio client section | {
"login": "JairajJangle",
"id": 25704330,
"node_id": "MDQ6VXNlcjI1NzA0MzMw",
"avatar_url": "https://avatars.githubusercontent.com/u/25704330?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/JairajJangle",
"html_url": "https://github.com/JairajJangle",
"followers_url": "https://api.github.com/users/JairajJangle/followers",
"following_url": "https://api.github.com/users/JairajJangle/following{/other_user}",
"gists_url": "https://api.github.com/users/JairajJangle/gists{/gist_id}",
"starred_url": "https://api.github.com/users/JairajJangle/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/JairajJangle/subscriptions",
"organizations_url": "https://api.github.com/users/JairajJangle/orgs",
"repos_url": "https://api.github.com/users/JairajJangle/repos",
"events_url": "https://api.github.com/users/JairajJangle/events{/privacy}",
"received_events_url": "https://api.github.com/users/JairajJangle/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | [
"Thanks, but this page is since refactored."
] | 2025-05-24T14:33:38 | 2025-06-02T09:39:12 | 2025-06-02T09:39:11 | CONTRIBUTOR | null | null | null | - Removed unused import from unit 2 gradio client section | {
"login": "burtenshaw",
"id": 19620375,
"node_id": "MDQ6VXNlcjE5NjIwMzc1",
"avatar_url": "https://avatars.githubusercontent.com/u/19620375?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/burtenshaw",
"html_url": "https://github.com/burtenshaw",
"followers_url": "https://api.github.com/users/burtenshaw/followers",
"following_url": "https://api.github.com/users/burtenshaw/following{/other_user}",
"gists_url": "https://api.github.com/users/burtenshaw/gists{/gist_id}",
"starred_url": "https://api.github.com/users/burtenshaw/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/burtenshaw/subscriptions",
"organizations_url": "https://api.github.com/users/burtenshaw/orgs",
"repos_url": "https://api.github.com/users/burtenshaw/repos",
"events_url": "https://api.github.com/users/burtenshaw/events{/privacy}",
"received_events_url": "https://api.github.com/users/burtenshaw/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/56/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/56/timeline | null | null | false | {
"url": "https://api.github.com/repos/huggingface/mcp-course/pulls/56",
"html_url": "https://github.com/huggingface/mcp-course/pull/56",
"diff_url": "https://github.com/huggingface/mcp-course/pull/56.diff",
"patch_url": "https://github.com/huggingface/mcp-course/pull/56.patch",
"merged_at": null
} | true |
https://api.github.com/repos/huggingface/mcp-course/issues/55 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/55/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/55/comments | https://api.github.com/repos/huggingface/mcp-course/issues/55/events | https://github.com/huggingface/mcp-course/issues/55 | 3,088,124,730 | I_kwDOOkuIPc64EQs6 | 55 | Not able to access qwen inference model: Invalid username of password | {
"login": "aswinpajayan",
"id": 8735356,
"node_id": "MDQ6VXNlcjg3MzUzNTY=",
"avatar_url": "https://avatars.githubusercontent.com/u/8735356?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/aswinpajayan",
"html_url": "https://github.com/aswinpajayan",
"followers_url": "https://api.github.com/users/aswinpajayan/followers",
"following_url": "https://api.github.com/users/aswinpajayan/following{/other_user}",
"gists_url": "https://api.github.com/users/aswinpajayan/gists{/gist_id}",
"starred_url": "https://api.github.com/users/aswinpajayan/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/aswinpajayan/subscriptions",
"organizations_url": "https://api.github.com/users/aswinpajayan/orgs",
"repos_url": "https://api.github.com/users/aswinpajayan/repos",
"events_url": "https://api.github.com/users/aswinpajayan/events{/privacy}",
"received_events_url": "https://api.github.com/users/aswinpajayan/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | open | false | null | [] | null | [
"I was able to fix this by adding a hugging face access token and modifying the inferenceClient instantiation to use the token field. \n\nnote sure whether this is the right fix, \nif it is, then is probably a good idea to add this to the completed code. \n\nfix:\n\n- generate [HF token](https://huggingface.co/docs... | 2025-05-24T05:43:18 | 2025-05-24T05:53:02 | null | CONTRIBUTOR | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | With the code provided for [client app.py](https://github.com/huggingface/mcp-course/blob/main/units/en/unit2/gradio-client.mdx#complete-example)
I am not able to access the inference model.
Error message:
```bash
raise AgentGenerationError(f"Error in generating model output:\n{e}", self.logger) from e
smolagents.utils.AgentGenerationError: Error in generating model output:
401 Client Error: Unauthorized for url: https://router.huggingface.co/hf-inference/models/Qwen/Qwen2.5-Coder-32B-Instruct/v1/chat/completions (Request ID: Root=1-68315bcf-3b94db0e1523ae07246e9ef4;27f23374-cd3d-4a0e-b756-09d3dba4bcf7)
Invalid username or password.
```
Have the same issue while running the client from hugging face client as well
| null | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/55/reactions",
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/55/timeline | null | null | null | null | false |
https://api.github.com/repos/huggingface/mcp-course/issues/54 | https://api.github.com/repos/huggingface/mcp-course | https://api.github.com/repos/huggingface/mcp-course/issues/54/labels{/name} | https://api.github.com/repos/huggingface/mcp-course/issues/54/comments | https://api.github.com/repos/huggingface/mcp-course/issues/54/events | https://github.com/huggingface/mcp-course/issues/54 | 3,085,802,061 | I_kwDOOkuIPc637ZpN | 54 | request exampe - "arguments" field - confusing | {
"login": "peterborkuti",
"id": 1876801,
"node_id": "MDQ6VXNlcjE4NzY4MDE=",
"avatar_url": "https://avatars.githubusercontent.com/u/1876801?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/peterborkuti",
"html_url": "https://github.com/peterborkuti",
"followers_url": "https://api.github.com/users/peterborkuti/followers",
"following_url": "https://api.github.com/users/peterborkuti/following{/other_user}",
"gists_url": "https://api.github.com/users/peterborkuti/gists{/gist_id}",
"starred_url": "https://api.github.com/users/peterborkuti/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/peterborkuti/subscriptions",
"organizations_url": "https://api.github.com/users/peterborkuti/orgs",
"repos_url": "https://api.github.com/users/peterborkuti/repos",
"events_url": "https://api.github.com/users/peterborkuti/events{/privacy}",
"received_events_url": "https://api.github.com/users/peterborkuti/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | open | false | null | [] | null | [] | 2025-05-23T09:37:20 | 2025-05-23T09:37:20 | null | NONE | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | I do not understand the "arguments" field in the JSON-RPC request example
https://huggingface.co/learn/mcp-course/unit1/communication-protocol
`{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "weather",
"arguments": {
"location": "San Francisco"
}
}
}`
I thought that the "method" field contains the name of the method to call. Yes, it is a very obscure name for a method "tools/call", so I have doubts.
I checked https://www.jsonrpc.org/specification#request_object and there is no "arguments" in the examples and "method" really contains the name of the method-to-be-called".
So I can not imagine, what this "arguments" field is for. I rather think this would be enough:
`{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"location": "San Francisco"
}
}`
| null | {
"url": "https://api.github.com/repos/huggingface/mcp-course/issues/54/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/huggingface/mcp-course/issues/54/timeline | null | null | null | null | false |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 5