You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exercises/01.simple/01.problem.raw-html/README.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,6 @@ When there's no tag found, we should also provide a clear visual indication rath
49
49
50
50
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.
51
51
52
-
Now, let's implement this visual transformation by updating the `get_tag` tool to return a UI resource instead of plain text.
52
+
Now, let's implement this visual transformation by updating the `view_tag` tool to return a UI resource instead of plain text.
53
53
54
54
- 📜 [MCP UI Server Documentation](https://mcpui.dev/guide/server/typescript/usage-examples#metadata-configuration-examples).
0 commit comments