1 2 3 4 5 ··· 49 下一页
摘要: 博客:https://padeoe.com/huggingface-large-models-downloader/#2.1-hfd-%E8%84%9A%E6%9C%AC HF-Mirror - Huggingface 镜像站 1、下载hfd.sh wget https://padeoe.com/f 阅读全文
posted @ 2024-04-10 13:20 小白啊小白,Fighting 阅读(1085) 评论(0) 推荐(0)
摘要: 1、安装smolagent以及依赖 pip install smolagents pip install smolagents[openai] pip install smolagents[mcp] pip install duckduckgo-search 2、创建一个test.py文件 # -* 阅读全文
posted @ 2025-08-01 15:04 小白啊小白,Fighting 阅读(100) 评论(0) 推荐(0)
摘要: 1、目录结构 2、在src同级目录创建一个Dockerfile,内容如下: # 使用官方 Python 3.11 基础镜像 FROM python:3.11-slim # 设置工作目录 WORKDIR /app # 安装依赖(fastmcp 会自动装好 uvicorn、starlette 等) RU 阅读全文
posted @ 2025-08-01 12:14 小白啊小白,Fighting 阅读(164) 评论(0) 推荐(0)
摘要: 参考:MCP协议_io.modelcontextprotocol.spec.mcperror: failed to w-CSDN博客 1、首先安装python环境 conda create -n mcp python=3.10 2、安装依赖 pip install fastmcp 3、编写一个ser 阅读全文
posted @ 2025-07-31 14:27 小白啊小白,Fighting 阅读(220) 评论(0) 推荐(0)
摘要: 1、安装Mcp-hub https://github.com/samanhappy/mcphub # 端口结合自己机器配置 docker run -p 3001:3000 samanhappy/mcphub 2、打开网站 http://localhost:3001/ # 账号密码: admin/ad 阅读全文
posted @ 2025-07-30 21:50 小白啊小白,Fighting 阅读(82) 评论(0) 推荐(0)
摘要: 前提:FastMcp 案例四(Streamable-http) - 小白啊小白,Fighting - 博客园 mcp运行 1、首先安装python环境 conda create -n mcp python=3.10 2、安装依赖 pip install fastmcp 3、编写一个server-sh 阅读全文
posted @ 2025-07-30 17:24 小白啊小白,Fighting 阅读(70) 评论(0) 推荐(0)
摘要: 备注: 本人使用的环境是Ubuntu 22.04 1、下载cherry studio https://www.cherry-ai.com/download 2、打开配置 3、配置MCP 4、打开MCP开关 5、实验验证 阅读全文
posted @ 2025-07-30 11:07 小白啊小白,Fighting 阅读(175) 评论(0) 推荐(0)
摘要: 1、首先安装python环境 conda create -n mcp python=3.10 2、安装依赖 pip install fastmcp 3、编写一个server-sh.py # -*- coding: utf-8 -*- # @Time : 2025/7/28 17:10 # @Auth 阅读全文
posted @ 2025-07-29 10:21 小白啊小白,Fighting 阅读(424) 评论(0) 推荐(0)
摘要: Cherry Studio 配置教程:【AI入门】CherryStudio入门3:结合FastMCP创建自己的MCP服务,实现哔哩视频查询_fastmcp cherry studio-CSDN博客 1、下载DeepChat https://deepchat.thinkinai.xyz/#/downl 阅读全文
posted @ 2025-07-29 10:03 小白啊小白,Fighting 阅读(68) 评论(0) 推荐(0)
摘要: 参考博客:https://blog.csdn.net/lingding_cn/article/details/147355620 1、首先安装python环境 conda create -n mcp python=3.10 2、安装依赖 pip install fastmcp 3、编写一个serve 阅读全文
posted @ 2025-07-29 09:42 小白啊小白,Fighting 阅读(394) 评论(0) 推荐(0)
摘要: 参考链接:【AI入门】CherryStudio入门3:结合FastMCP创建自己的MCP服务,实现哔哩视频查询_fastmcp cherry studio-CSDN博客 1、首先安装python环境 conda create -n mcp python=3.10 2、安装依赖 pip install 阅读全文
posted @ 2025-07-28 17:06 小白啊小白,Fighting 阅读(178) 评论(0) 推荐(0)
1 2 3 4 5 ··· 49 下一页