File tree Expand file tree Collapse file tree 2 files changed +7
-12
lines changed
Expand file tree Collapse file tree 2 files changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,10 @@ exactly what went wrong and why.
88With proper error handling in place, your tools are ready for real-world use—no
99more silent failures or confusing responses!
1010
11- 🧝♂️ From here we need a bunch more tools to have a full app experience. So I'm
12- going to add all those. It's pretty much doing what you just learned over and
13- over again, but if you'd like to try it yourself, go for it and you can compare
14- your solution <NextDiffLink >to mine</NextDiffLink >.
11+ 🧝♀️ We're going to make things a little bit more realistic than a Calculator MCP.
12+ I'm going to update everything to be a full journaling application that is 100%
13+ accessible through MCP, complete with database and everything. You can take
14+ a <NextDiffLink >look at the diff here</NextDiffLink > if you're curious to check
15+ out my changes. I will also be restructuring our MCP server to be structured in
16+ a similar manner as Cloudflare MCP servers are structured. We'll be moving over
17+ to a ` class ` . That change will be in the diff as well.
Original file line number Diff line number Diff line change @@ -9,11 +9,3 @@ workflow automators, and more. The possibilities are wide open!
99
1010Keep going—there's a lot more to explore and build! We're going to take tools a
1111little further.
12-
13- 🧝♀️ We're going to make things a little bit more realistic than a Calculator MCP.
14- I'm going to update everything to be a full journaling application that is 100%
15- accessible through MCP, complete with database and everything. You can take
16- a <NextDiffLink >look at the diff here</NextDiffLink > if you're curious to check
17- out my changes. I will also be restructuring our MCP server to be structured in
18- a similar manner as Cloudflare MCP servers are structured. We'll be moving over
19- to a ` class ` . That change will be in the diff as well.
You can’t perform that action at this time.
0 commit comments