Here’s the table of contents:
下载
# 命令的功能为1~5描述的内容:
# 1.如果存在 .mcp-server 文件夹,则删除它(包括其所有内容)
# 2.创建一个名为 .mcp-server 的虚拟环境
# 3.激活刚刚创建的虚拟环境
# 4.使用 uv 安装 mcp-server-demo-python 这个包,指定版本为 0.0.3,从本地 PyPI 仓库安装,并信任本地主机
# 5.使用 uv 运行 mcp-server-demo-python
if exist .mcp-server (rd /s /q .mcp-server) && uv venv .mcp-server && call .mcp-server\Scripts\activate && uv pip install mcp-server-demo-python==0.0.3 -i http://localhost:8081/repository/pypi/simple --trusted-host localhost && uv run mcp-server-demo-python
PREVIOUSSQLite数据库安装与使用
NEXTFlutter使用