{"id":28449768,"url":"https://github.com/flypythoncom/mcp-course-cn","last_synced_at":"2025-07-01T12:31:47.868Z","repository":{"id":293806147,"uuid":"985168403","full_name":"flypythoncom/mcp-course-cn","owner":"flypythoncom","description":"huggingface mcp-course 中文版 ","archived":false,"fork":false,"pushed_at":"2025-05-17T08:40:44.000Z","size":86,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-06T14:37:42.379Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"MDX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flypythoncom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-17T07:45:11.000Z","updated_at":"2025-05-17T08:40:47.000Z","dependencies_parsed_at":"2025-05-17T09:27:29.309Z","dependency_job_id":"3fffb545-716b-4634-82ce-bfc9985cd5e4","html_url":"https://github.com/flypythoncom/mcp-course-cn","commit_stats":null,"previous_names":["flypythoncom/mcp-course-cn"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/flypythoncom/mcp-course-cn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flypythoncom%2Fmcp-course-cn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flypythoncom%2Fmcp-course-cn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flypythoncom%2Fmcp-course-cn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flypythoncom%2Fmcp-course-cn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flypythoncom","download_url":"https://codeload.github.com/flypythoncom/mcp-course-cn/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flypythoncom%2Fmcp-course-cn/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262962979,"owners_count":23391729,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-06T14:30:23.030Z","updated_at":"2025-07-01T12:31:47.856Z","avatar_url":"https://github.com/flypythoncom.png","language":"MDX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Model Context Protocol (MCP) Course | MCP课程\n\n![MCP 课程横幅](https://github.com/user-attachments/assets/d26dcc5e-46cb-449e-aecb-49ece10d342a)\n\n\n## 中文版\n\n这是 [HuggingFace Model Context Protocol (MCP) Course](https://github.com/huggingface/mcp-course) 的中文翻译项目。\n\n\n### 项目概述\n\n模型上下文协议（Model Context Protocol，简称MCP）是一种标准化协议，它使AI模型能够无缝地与外部工具和数据源交互。本课程提供了对MCP的全面介绍，从基础知识到实际应用。\n\n### 课程内容\n\n本课程分为4个单元。这些单元将带您**从模型上下文协议的基础知识，到最终在AI应用中实现MCP的项目**。\n\n| 单元   | 主题                    | 描述                                                       |\n| ------- | ----------------------- | --------------------------------------------------------- |\n| 0       | [欢迎来到课程](./units/zh/unit0/introduction.mdx)            | 欢迎，指南，必要工具和课程概述                             |\n| 1       | [模型上下文协议介绍](./units/zh/unit1/introduction.mdx)      | MCP的定义，关键概念，以及其在连接AI模型与外部数据和工具中的作用 |\n| 2       | [使用MCP构建：实践开发](./units/zh/unit2/introduction.mdx)   | 学习使用可用的SDK和框架实现MCP客户端和服务器              |\n| 3       | [高级用例](./units/zh/unit3/introduction.mdx)               | 即将推出                                                  |\n| 4       | [社区集成](./units/zh/unit4/introduction.mdx)               | 即将推出                                                  |\n\n### 先决条件\n\n* 对AI和LLM概念的基本理解\n* 熟悉软件开发原则和API概念\n* 至少熟悉一种编程语言（将着重介绍Python或TypeScript示例）\n\n### 项目结构\n\n当前项目结构如下：\n\n```\nmcp-course-cn/\n├── units/\n│   ├── zh/        # 中文版课程内容\n│   │   ├── unit0/ # 单元0：课程介绍\n│   │   ├── unit1/ # 单元1：MCP基础\n│   │   ├── unit2/ # 单元2：端到端MCP应用\n│   │   ├── unit3/ # 单元3：高级用例\n│   │   ├── unit4/ # 单元4：社区集成\n│   │   └── _toctree.yml # 目录结构\n│   └── en/        # 英文原版课程内容\n├── LICENSE        # 许可证\n├── README.md      # 说明文件\n└── requirements.txt # 依赖项\n```\n\n### 学习使用\n\n#### 在线学习\n\n正式发布后，可通过以下链接访问在线课程：\n- [在线课程链接] - 即将推出\n\n#### 本地学习\n\n您可以通过克隆本仓库来本地学习课程内容：\n\n```bash\ngit clone https://github.com/yourusername/mcp-course-cn.git\ncd mcp-course-cn\n```\n\n### 贡献指南\n\n如果您发现任何翻译错误或有改进建议，欢迎提交问题或拉取请求。对于特定的贡献，以下是一些指南：\n\n\n### 致谢\n\n感谢原课程作者提供的优质内容，以及所有参与翻译和审阅的贡献者。\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflypythoncom%2Fmcp-course-cn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflypythoncom%2Fmcp-course-cn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflypythoncom%2Fmcp-course-cn/lists"}