Skip to content

Commit b1d5de9

Browse files
authored
fix: add comma for clarity (#2209)
1 parent 9ec9c20 commit b1d5de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/blog/40.building-nuxt-mcp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ export default defineMcpResource({
176176
})
177177
```
178178

179-
Unlike tools which are model-controlled, resources are application-driven, the host application determines how to incorporate them based on user needs, such as through UI elements for explicit selection or automatic context inclusion.
179+
Unlike tools, which are model-controlled, resources are application-driven, the host application determines how to incorporate them based on user needs, such as through UI elements for explicit selection or automatic context inclusion.
180180

181181
### Prompts: Reusable templates
182182

0 commit comments

Comments
 (0)