Skip to content

Commit 564a78d

Browse files
committed
improve instructions
1 parent 337057d commit 564a78d

File tree

17 files changed

+8
-4
lines changed

17 files changed

+8
-4
lines changed

exercises/03.resources/02.problem.template/README.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,4 @@ Your goal in this step:
4343
- Use resource templates to expose entries and tags from your database, each
4444
accessible by a unique URI.
4545

46-
Test this out by creating a new entry or tag in your database and then using the
47-
inspector to see the one you created.
46+
Test this out by clicking the "List Templates" button in the MCP Inspector.

exercises/03.resources/03.problem.list/README.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,5 @@ Your goal in this step:
4343
accessible by a unique URI.
4444
- Make sure clients can list all available entries and tags (using the `list`
4545
callback), and read the details for any specific one.
46+
47+
To test this out, click the "List Resources" button in the MCP Inspector.

exercises/03.resources/04.problem.completion/README.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,6 @@ agent.server.registerResource(
4040
```
4141

4242
You'll also want to add a `completions` capability to your server.
43+
44+
Test this out by clicking on a resource template and typing in a value for the
45+
parameter.
File renamed without changes.

exercises/03.resources/06.problem.linked/package.json renamed to exercises/03.resources/06.problem.embedded/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "exercises_03.resources_06.problem.linked",
2+
"name": "exercises_03.resources_06.problem.embedded",
33
"private": true,
44
"type": "module",
55
"scripts": {

0 commit comments

Comments
 (0)