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(