diff --git a/exercises/01.simple/01.problem.raw-html/README.mdx b/exercises/01.simple/01.problem.raw-html/README.mdx index 9cd7432..64f86cd 100644 --- a/exercises/01.simple/01.problem.raw-html/README.mdx +++ b/exercises/01.simple/01.problem.raw-html/README.mdx @@ -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).