Skip to content

Commit ab402bf

Browse files
authored
Revise challenge and example sections in README (#18)
1 parent 53c8d64 commit ab402bf

File tree

1 file changed

+4
-2
lines changed
  • exercises/03.resources/01.problem.simple

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In this step, you'll take your first step toward exposing structured data from
1212
your server—not just as tool responses, but as first-class resources that
1313
clients can discover and read.
1414

15-
Your goal:
15+
## Your challenge
1616

1717
- Declare the `resources` capability on your server.
1818
- 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
2323
templates or database integration yet—just get a static resource registered and
2424
returning a simple value.
2525

26-
Here's an example of a resource:
26+
## An example
27+
28+
Use this example as a reference to complete this challenge.
2729

2830
```ts
2931
agent.server.registerResource(

0 commit comments

Comments
 (0)