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
2 changes: 1 addition & 1 deletion exercises/01.simple/01.problem.raw-html/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ When there's no tag found, we should also provide a clear visual indication rath

The goal is to make tag information feel immediate and scannable for users, so they can quickly understand what each tag represents without having to parse through walls of text.

Now, let's implement this visual transformation by updating the `get_tag` tool to return a UI resource instead of plain text.
Now, let's implement this visual transformation by updating the `view_tag` tool to return a UI resource instead of plain text.

- 📜 [MCP UI Server Documentation](https://mcpui.dev/guide/server/typescript/usage-examples#metadata-configuration-examples).