|
91 | 91 | </tr>
|
92 | 92 | </table>
|
93 | 93 |
|
| 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 | +--- |
94 | 120 |
|
95 | 121 |
|
96 | 122 |
|
@@ -504,6 +530,29 @@ mcp:
|
504 | 530 |
|
505 | 531 | > **Note**: Replace the path with your actual global node_modules path from step 2.
|
506 | 532 |
|
| 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 | + |
507 | 556 | ### ⚡ **Step 2: Launch Application**
|
508 | 557 |
|
509 | 558 | #### 🚀 **Using Installed Package (Recommended)**
|
|
0 commit comments