From a9546c1b1323188ac4c56568d75405e29183e9c5 Mon Sep 17 00:00:00 2001 From: Wendong Date: Sat, 15 Mar 2025 21:36:23 +0800 Subject: [PATCH] udpate readme --- README.md | 15 --------------- README_zh.md | 15 --------------- 2 files changed, 30 deletions(-) diff --git a/README.md b/README.md index 1119a96..6639201 100644 --- a/README.md +++ b/README.md @@ -277,21 +277,6 @@ For more detailed Docker usage instructions, including cross-platform support, o # 🚀 Quick Start -## Try MCP (Model Context Protocol) Integration - -Experience the power of MCP by running our example that demonstrates multi-agent information retrieval and processing: - -```bash -# Set up MCP servers (one-time setup) -npx -y @smithery/cli install @wonderwhy-er/desktop-commander --client claude -npx @wonderwhy-er/desktop-commander setup - -# Run the MCP example -python examples/run_mcp.py -``` - -This example showcases how OWL agents can seamlessly interact with file systems, web automation, and information retrieval through the MCP protocol. Check out `examples/run_mcp.py` for the full implementation. - ## Basic Usage After installation and setting up your environment variables, you can start using OWL right away: diff --git a/README_zh.md b/README_zh.md index c3fa9eb..c2a3605 100644 --- a/README_zh.md +++ b/README_zh.md @@ -270,21 +270,6 @@ chmod +x build_docker.sh # 🚀 快速开始 -## 尝试 MCP(模型上下文协议)集成 - -体验 MCP 的强大功能,运行我们的示例来展示多智能体信息检索和处理: - -```bash -# 设置 MCP 服务器(仅需一次性设置) -npx -y @smithery/cli install @wonderwhy-er/desktop-commander --client claude -npx @wonderwhy-er/desktop-commander setup - -# 运行 MCP 示例 -python examples/run_mcp.py -``` - -这个示例展示了 OWL 智能体如何通过 MCP 协议无缝地与文件系统、网页自动化和信息检索进行交互。查看 `examples/run_mcp.py` 了解完整实现。 - ## 基本用法 运行以下示例: