Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions exercises/03.resources/01.problem.simple/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand 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(
Expand Down