https://github.com/NanGePlus/MCPServerTest
MCP Server测试系列
https://github.com/NanGePlus/MCPServerTest
Last synced: about 2 months ago
JSON representation
MCP Server测试系列
- Host: GitHub
- URL: https://github.com/NanGePlus/MCPServerTest
- Owner: NanGePlus
- License: mit
- Created: 2025-04-26T10:00:06.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-05-11T10:27:26.000Z (6 months ago)
- Last Synced: 2025-05-11T11:23:38.496Z (6 months ago)
- Language: Python
- Size: 628 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mcp-servers - **MCPServerTest** - MCP Server测试系列 (Python-based) `python` `mcp` `server` `pip install git+https://github.com/NanGePlus/MCPServerTest` (🤖 AI/ML)
- awesome-mcp-servers - **MCPServerTest** - MCP Server测试系列 (Python-based) (actively maintained) `python` `mcp` `server` `pip install git+https://github.com/NanGePlus/MCPServerTest` (AI/ML)
README
# 南哥AGI研习社-MCP系列
相关视频合集整理:
大模型应用开发-MCP系列】01 高德地图MCP Server全流程实操演示 已覆盖12大核心服务接口,提供全场景覆盖的地图服务
https://youtu.be/yXFb8Cg9l7g
https://www.bilibili.com/video/BV187LozwEY7/
对应的文件夹:01_AmapMCPServerTest
【大模型应用开发-MCP系列】02 自定义MCP Server 并同时使用多个MCP Server全流程实操演示 高德地图、自定义四则运算 MCP Server
https://youtu.be/JOcPR237tmM
https://www.bilibili.com/video/BV1NXLUzKE1j/
对应的文件夹:02_CalculatorMCPServerTest
【大模型应用开发-MCP系列】03 为什么会出现MCP?MCP新标准(03.26版)3种传输模式,STDIO、HTTP+SSE、Streamable HTTP
https://youtu.be/EId3Kbmb_Ao
https://www.bilibili.com/video/BV1ZHEgzXEP1/
【大模型应用开发-MCP系列】04 使用STDIO传输模式及底层MCP SDK实现MySQL MCP Server 支持数据表资源访问和增删改查及联表查询
https://youtu.be/1Z_6eIufr90
https://www.bilibili.com/video/BV1Td79z4Ehf/
对应的文件夹:03_MySQLMCPServerTest/01_stdioTransportTest
【大模型应用开发-MCP系列】05 使用HTTP+SSE传输模式及底层MCP SDK实现MySQL MCP Server 支持数据表资源访问和增删改查及联表查询
https://youtu.be/QRlHRoBTHvc
https://www.bilibili.com/video/BV1yeEwzkEaC/
对应的文件夹:03_MySQLMCPServerTest/02_sseTransportTest
【大模型应用开发-MCP系列】06 使用Streamable HTTP传输模式及底层MCP SDK实现MySQL MCP Server 支持数据表资源访问和增删改查及联表查询
https://youtu.be/mSgFtBN68RA
https://www.bilibili.com/video/BV1cMEBzTEFD/
对应的文件夹:03_MySQLMCPServerTest/03_streamableTransportTest
【大模型应用开发-MCP系列】07 高德地图MCP Server SSE+HTTP连接模式全流程实操演示 已覆盖12大核心服务接口,提供全场景覆盖的地图服务
https://youtu.be/OLVHObhEP0U
https://www.bilibili.com/video/BV172E1zWEQw/
对应的文件夹:04_AmapMCPServerTest
# 南哥AGI研习社-入门系列(已完结)
## 大模型应用技术开发
相关视频合集整理:
【大模型应用开发-入门系列】01 一次梳理大模型入门学习路径
https://youtu.be/RKYKr3BABhc
https://www.bilibili.com/video/BV1YMfuYvEUQ/
【大模型应用开发-入门系列】02 AGI知识体系介绍-开发前认知扫盲
https://youtu.be/NQE2dwH9WvE
https://www.bilibili.com/video/BV1t5dnYJE28/
对应文件夹:01_BasicIntro/01_AGI知识体系介绍
【大模型应用开发-入门系列】03 集成开发环境搭建-开发前准备工作
https://youtu.be/KyfGduq5d7w
https://www.bilibili.com/video/BV1nvdpYCE33/
对应文件夹:01_BasicIntro/02_集成开发环境搭建
【大模型应用开发-入门系列】04 大模型LLM接口服务调用方案
https://youtu.be/mTrgVllUl7Y
https://www.bilibili.com/video/BV1BvduYKE75/
对应文件夹:01_BasicIntro/03_LLM服务调用方案
【大模型应用开发-入门系列】05 Prompt工程 智能客服推荐应用案例全流程实操 源码讲解 LangChain+FastAPI,将应用封装成API接口服务
https://youtu.be/uPVwltdeTbk
https://www.bilibili.com/video/BV1L2doYPEAX/
对应文件夹:02_PromptEngineering/01_BasicDemoWithLangChain
【大模型应用开发-入门系列】06 Prompt工程 流量包推荐智能客服的对话质量检查全流程实操 源码讲解 思维链 CoT 自洽性 SelfConsistency
https://youtu.be/i6BjUP29xxY
https://www.bilibili.com/video/BV1HZouY5EPs/
对应文件夹:02_PromptEngineering/02_BasicDemoWithLangChain
【大模型应用开发-入门系列】07 Prompt工程 26条有效的提示词技巧
https://youtu.be/QEdhIQpo8HI
https://www.bilibili.com/video/BV11P5BzNEq3/
对应文件夹:02_PromptEngineering/03_26条有效的提示词技巧
【大模型应用开发-入门系列】08 RAG 检索增强生成 健康档案私有知识库搭建和检索全流程实操 源码讲解 LangChain+FastAPI,将应用封装成API
https://youtu.be/hTsiWAFEU2Q
https://www.bilibili.com/video/BV1nkLPzNEbP/
对应文件夹:03_RAG/01_RagDemoWithLangChain
【大模型应用开发-入门系列】09 KAG知识增强生成 最新V0.7版本 产品模式下应用开发案例全流程实操
https://youtu.be/ZN3BRjsPmic
https://www.bilibili.com/video/BV1ba51zFEpe/
对应文件夹:03_KAG/01_WebAppTest
【大模型应用开发-入门系列】10 KAG知识增强生成 最新V0.7版本 开发者模式下应用开发案例全流程实操
https://youtu.be/iFPMZmSlzKE
https://www.bilibili.com/video/BV1uP59znEhj/
对应文件夹:03_KAG/02_KagV7Test
【大模型应用开发-入门系列】11 Agent智能体 意图识别和分诊智能体应用案例全流程实操 LangGraph框架 FastAPI框架 CrewAI框架
https://youtu.be/w44YGeDfHiw
https://www.bilibili.com/video/BV1hNL8zxEqb/
对应文件夹:04_Agent
【大模型应用开发-入门系列】12 Fine-Tuning大模型微调,两小时+超长硬核干货,闭环的垂直应用案例、项目源码剖析、详实的图文手册、全流程实操演示
https://youtu.be/A6Jl5zZbmGg
https://www.bilibili.com/video/BV15xLgzgEPc/
对应文件夹:05_FineTuning