MCP演示
此演示展示了一个简单的MCP示例,该示例从Arxiv下载文件并从中产生一些见解。摘自本课程: https://learn.deeplearning.ai/courses/mcp-build-rich-context-ai-apps-with-anthropic/lesson/dbabg/creating-an-mcp-server在那里你可以去 File → Open... 并导航到 L3 找到基本笔记本。
设置
python -m venv venv
source venv/bin/activate # or venv\Scripts\activate on Windows
pip install -r requirements.txt → not added for now.```