Skip to content

Commit bd37b65

Browse files
Fix minor typos in exercises (#7)
Co-authored-by: Kent C. Dodds <[email protected]>
1 parent 06db2a3 commit bd37b65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

exercises/03.sampling/01.problem.simple/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The `maxTokens` option references the max tokens the model should return.
6767

6868
<callout-warning>
6969
The `system prompt` + `messages` + `OUTPUT MESSAGE` can't exceed the context
70-
window size of the model you're user is using.
70+
window size of the model your user is using.
7171
</callout-warning>
7272

7373
Here's an example of how to send a notification:

exercises/05.changes/03.problem.subscriptions/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<EpicVideo url="https://www.epicai.pro/workshops/day-3-4-advanced-mcp-features/subscriptions~hja2q" />
44

5-
👨‍💼 When people use our EpicMe journaling MCP, they want the LLM they're using to always have the latest version of their jounraling data. Exposing subscriptions for resources (like a particular entry, tag, or video) allows clients to be notified of changes to specific resources the LLM is using in its context or the client may be using for other purposes.
5+
👨‍💼 When people use our EpicMe journaling MCP, they want the LLM they're using to always have the latest version of their journaling data. Exposing subscriptions for resources (like a particular entry, tag, or video) allows clients to be notified of changes to specific resources the LLM is using in its context or the client may be using for other purposes.
66

77
To make this possible, our MCP server needs to support **resource subscriptions**. This means clients can subscribe to updates for specific resources, and the server will notify them when those resources change.
88

0 commit comments

Comments
 (0)