Skip to content

Commit bad06f5

Browse files
SannidhyaSahYour Name
andauthored
docs: add MCP server setup video and update tutorial list (#192)
Co-authored-by: Your Name <[email protected]>
1 parent fc253fc commit bad06f5

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,23 @@ For a deeper dive, check out [What is MCP?](/features/mcp/what-is-mcp).
1414

1515
Model Context Protocol (MCP) extends Roo Code's capabilities by connecting to external tools and services. This guide covers everything you need to know about using MCP with Roo Code.
1616

17+
<div style={{ position: 'relative', paddingBottom: '56.25%', height: 0, overflow: 'hidden' }}>
18+
<iframe
19+
src="https://www.youtube.com/embed/QDy3dm1xJ6Y"
20+
style={{
21+
position: 'absolute',
22+
top: 0,
23+
left: 0,
24+
width: '100%',
25+
height: '100%',
26+
}}
27+
frameBorder="0"
28+
allow="autoplay; encrypted-media"
29+
allowFullScreen
30+
></iframe>
31+
</div>
32+
<br />
33+
1734
## Configuring MCP Servers
1835

1936
MCP server configurations can be managed at two levels:

docs/tutorial-videos.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
{
88
"id": "Mcq3r1EPZ-4",
99
"title": "Installing Roo Code in VS Code"
10+
},
11+
{
12+
"id": "QDy3dm1xJ6Y",
13+
"title": "Setting up MCP server in Roo"
1014
}
1115
]
1216
}

0 commit comments

Comments
 (0)