conda create -n poc python==3.10
conda activate poc
# 安装
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install "mcp[cli]" -i https://pypi.tuna.tsinghua.edu.cn/simple
cd mcp_servers/server_echo/
python server.py
cd mcp_servers/server_sqlite/
python server.py
python fastmcp_multi_server.py