Skip to content

Commit bf0ebd5

Browse files
committed
update based on new slug
1 parent b39967f commit bf0ebd5

File tree

39 files changed

+39
-39
lines changed

39 files changed

+39
-39
lines changed

exercises/01.ping/01.problem.connect/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ping
22

3-
<EpicVideo url="https://www.epicai.pro/workshops/day-1-setup-intro-and-tools/ping-connect~z2r7d" />
3+
<EpicVideo url="https://www.epicai.pro/workshops/day-1-2-mcp-fundamentals/ping-connect~z2r7d" />
44

55
👨‍💼 Let's get our MCP server running. The TypeScript SDK for MCP supports `ping`
66
out of the box, so all we need to do is initialize the server, set up a

exercises/01.ping/01.solution.connect/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ping
22

3-
<EpicVideo url="https://www.epicai.pro/workshops/day-1-setup-intro-and-tools/ping-connect~z2r7d/solution" />
3+
<EpicVideo url="https://www.epicai.pro/workshops/day-1-2-mcp-fundamentals/ping-connect~z2r7d/solution" />
44

55
👨‍💼 Great job! Now we know we've got an MCP server up and running. From here we
66
can start adding a bunch of different tools, resources, and more to it.

exercises/01.ping/FINISHED.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Ping
22

3-
<EpicVideo url="https://www.epicai.pro/workshops/day-1-setup-intro-and-tools/break~1jaat" />
3+
<EpicVideo url="https://www.epicai.pro/workshops/day-1-2-mcp-fundamentals/break~1jaat" />
44

55
Great job! Let's keep moving!

exercises/01.ping/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ping
22

3-
<EpicVideo url="https://www.epicai.pro/workshops/day-1-setup-intro-and-tools/intro~xh5mj" />
3+
<EpicVideo url="https://www.epicai.pro/workshops/day-1-2-mcp-fundamentals/intro~xh5mj" />
44

55
The Model Context Protocol requires a few things:
66

exercises/02.tools/01.problem.simple/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Simple Tool
22

3-
<EpicVideo url="https://www.epicai.pro/workshops/day-1-setup-intro-and-tools/simple-tool~f8kip" />
3+
<EpicVideo url="https://www.epicai.pro/workshops/day-1-2-mcp-fundamentals/simple-tool~f8kip" />
44

55
👨‍💼 Let's get your MCP server ready to support tools! In this step, you'll:
66

exercises/02.tools/01.solution.simple/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Simple Tool
22

3-
<EpicVideo url="https://www.epicai.pro/workshops/day-1-setup-intro-and-tools/simple-tool~f8kip/solution" />
3+
<EpicVideo url="https://www.epicai.pro/workshops/day-1-2-mcp-fundamentals/simple-tool~f8kip/solution" />
44

55
👨‍💼 Great job! You've just enabled tool support in your MCP server and registered
66
your very first tool. This is a foundational step—now your server can expose

exercises/02.tools/02.problem.args/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Arguments
22

3-
<EpicVideo url="https://www.epicai.pro/workshops/day-1-setup-intro-and-tools/arguments~rosou" />
3+
<EpicVideo url="https://www.epicai.pro/workshops/day-1-2-mcp-fundamentals/arguments~rosou" />
44

55
👨‍💼 Time to make your tool dynamic! In this step, you'll:
66

exercises/02.tools/02.solution.args/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Arguments
22

3-
<EpicVideo url="https://www.epicai.pro/workshops/day-1-setup-intro-and-tools/arguments~rosou/solution" />
3+
<EpicVideo url="https://www.epicai.pro/workshops/day-1-2-mcp-fundamentals/arguments~rosou/solution" />
44

55
👨‍💼 Well done! You've just made your MCP tool dynamic—now it can accept arguments
66
from the client and return results based on user input. This is a huge step

exercises/02.tools/03.problem.errors/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Error Handling
22

3-
<EpicVideo url="https://www.epicai.pro/workshops/day-1-setup-intro-and-tools/error-handling~mbnk6" />
3+
<EpicVideo url="https://www.epicai.pro/workshops/day-1-2-mcp-fundamentals/error-handling~mbnk6" />
44

55
👨‍💼 As we add more features, it's inevitable that things will sometimes go
66
wrong—maybe a user tries to get information that doesn't exist, or there's

exercises/02.tools/03.solution.errors/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Error Handling
22

3-
<EpicVideo url="https://www.epicai.pro/workshops/day-1-setup-intro-and-tools/error-handling~mbnk6/solution" />
3+
<EpicVideo url="https://www.epicai.pro/workshops/day-1-2-mcp-fundamentals/error-handling~mbnk6/solution" />
44

55
👨‍💼 Nicely done! Now, when something goes wrong, LLMs get a clear, structured
66
error message which they can use to generate a proper message for the end user.

0 commit comments

Comments
 (0)