Skip to content

Commit 9048f08

Browse files
committed
acrolinx suggestions
1 parent a6a3b17 commit 9048f08

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

articles/azure-functions/functions-bindings-mcp-resource-trigger.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For information on setup and configuration details, see the [overview](functions
2424
::: zone pivot="programming-language-csharp,programming-language-python,programming-language-typescript,programming-language-javascript"
2525
## Example 1
2626

27-
Example 1 shows how to leverage resource to implement the UI element of MCP Apps.
27+
Example 1 shows how to use resource to implement the UI element of MCP Apps.
2828
::: zone-end
2929
::: zone pivot="programming-language-csharp"
3030

@@ -132,7 +132,7 @@ For the complete code example, see the [Azure Functions MCP Extension repo](http
132132
::: zone pivot="programming-language-java"
133133

134134
> [!IMPORTANT]
135-
> The MCP extension in Java does _not_ support resource today.
135+
> The MCP extension in Java doesn't_ support resource today.
136136
137137
::: zone-end
138138

@@ -142,7 +142,7 @@ Example code for JavaScript isn't currently available. See the TypeScript exampl
142142

143143
::: zone pivot="programming-language-typescript"
144144

145-
The following code registers a resource named `Weather Widget` that serves an interactive weather display as bundled HTML content. The resource uses the `ui://` scheme to indicate it's an MCP App UI resource.
145+
The code below registers a resource named `Weather Widget` that serves an interactive weather display as bundled HTML content. The resource uses the `ui://` scheme to indicate it's an MCP App UI resource.
146146

147147
```typescript
148148
// Constants for the Weather Widget resource
@@ -333,7 +333,7 @@ The attribute also supports the following named properties:
333333
| **Size** | (Optional) The size of the resource content in bytes. |
334334
| **Metadata** | (Optional) A JSON-serialized string of metadata for the resource. You can also use the `McpMetadata` attribute as an alternative way to provide metadata. |
335335
336-
You can use the `[McpMetadata]` attribute to provide additional metadata for resources. This metadata is included in the meta field of each resource when clients call `resources/list`, and can influence how the resource content is displayed or processed.
336+
You can use the `[McpMetadata]` attribute to provide more metadata for resources. This metadata is included in the meta field of each resource when clients call `resources/list`, and can influence how the resource content is displayed or processed.
337337
338338
See [Usage](#usage) to learn how the resource trigger provides data to your function.
339339

0 commit comments

Comments
 (0)