From 79b6ef17927554d269a973c9e246a568e5f0a848 Mon Sep 17 00:00:00 2001 From: James Q Quick Date: Tue, 23 Sep 2025 10:42:05 -0400 Subject: [PATCH] Revise challenge and example sections in README --- exercises/03.resources/01.problem.simple/README.mdx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/exercises/03.resources/01.problem.simple/README.mdx b/exercises/03.resources/01.problem.simple/README.mdx index 6d1a52b..cc83f10 100644 --- a/exercises/03.resources/01.problem.simple/README.mdx +++ b/exercises/03.resources/01.problem.simple/README.mdx @@ -12,7 +12,7 @@ In this step, you'll take your first step toward exposing structured data from your server—not just as tool responses, but as first-class resources that clients can discover and read. -Your goal: +## Your challenge - Declare the `resources` capability on your server. - Register a simple resource called "tags" that provides information about all @@ -23,7 +23,9 @@ This is your first taste of the MCP resources system. No need for dynamic templates or database integration yet—just get a static resource registered and returning a simple value. -Here's an example of a resource: +## An example + +Use this example as a reference to complete this challenge. ```ts agent.server.registerResource(