From 0a8fc7fb49c47e1853001493ef7c72042b0035cb Mon Sep 17 00:00:00 2001 From: Alex Ortiz Date: Wed, 8 Oct 2025 09:41:05 -0400 Subject: [PATCH] Update README.mdx We're updating the `view_tag` tool not `get_tag` --- exercises/01.simple/01.problem.raw-html/README.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).