Skip to content

Commit 06fd11f

Browse files
committed
Update search tool guidance in Readme
1 parent ce2004e commit 06fd11f

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

README.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,32 @@
9191
</tr>
9292
</table>
9393

94+
---
95+
96+
<div align="center">
97+
98+
### 🎬 **Introduction Video**
99+
100+
<div style="margin: 20px 0;">
101+
<a href="https://youtu.be/PRgmP8pOI08" target="_blank">
102+
<img src="https://img.youtube.com/vi/PRgmP8pOI08/maxresdefault.jpg"
103+
alt="DeepCode Introduction Video"
104+
width="75%"
105+
style="border-radius: 12px; box-shadow: 0 8px 25px rgba(0,0,0,0.15); transition: transform 0.3s ease;"/>
106+
</a>
107+
</div>
108+
109+
*🎯 **Watch our complete introduction** - See how DeepCode transforms research papers and natural language into production-ready code*
110+
111+
<p>
112+
<a href="https://youtu.be/PRgmP8pOI08" target="_blank">
113+
<img src="https://img.shields.io/badge/▶️_Watch_Video-FF0000?style=for-the-badge&logo=youtube&logoColor=white" alt="Watch Video"/>
114+
</a>
115+
</p>
116+
117+
</div>
118+
119+
---
94120

95121

96122

@@ -504,6 +530,29 @@ mcp:
504530
505531
> **Note**: Replace the path with your actual global node_modules path from step 2.
506532
533+
#### 🔍 **Search Server Configuration (Optional)**
534+
535+
DeepCode supports multiple search servers for web search functionality. You can configure your preferred option in `mcp_agent.config.yaml`:
536+
537+
```yaml
538+
# Default search server configuration
539+
# Options: "brave" or "bocha-mcp"
540+
default_search_server: "brave"
541+
```
542+
543+
**Available Options:**
544+
- **🔍 Brave Search** (`"brave"`):
545+
- Default option with high-quality search results
546+
- Requires BRAVE_API_KEY configuration
547+
- Recommended for most users
548+
549+
- **🌐 Bocha-MCP** (`"bocha-mcp"`):
550+
- Alternative search server
551+
- No additional API key required
552+
- Good fallback option
553+
554+
> **💡 Tip**: If you don't have a Brave API key, you can switch to `"bocha-mcp"` for search functionality without additional configuration.
555+
507556
### ⚡ **Step 2: Launch Application**
508557

509558
#### 🚀 **Using Installed Package (Recommended)**

0 commit comments

Comments
 (0)