Skip to content

Commit f5cac92

Browse files
committed
Fix build issues
1 parent d232491 commit f5cac92

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@ Use the MCP resource trigger to define resource endpoints in a [Model Context Pr
1616

1717
For information on setup and configuration details, see the [overview](functions-bindings-mcp.md).
1818

19+
## Example
1920
::: zone pivot="programming-language-csharp"
2021
>[!NOTE]
2122
> For C#, the Azure Functions MCP extension supports only the [isolated worker model](dotnet-isolated-process-guide.md).
2223
::: zone-end
2324

2425
::: zone pivot="programming-language-csharp,programming-language-python,programming-language-typescript,programming-language-javascript"
26+
2527
This first example shows how to use resource to implement the UI element of MCP Apps.
2628
::: zone-end
2729
::: zone pivot="programming-language-csharp"
@@ -373,7 +375,7 @@ Define the trigger's binding options in your code. The trigger supports the foll
373375
374376
::: zone pivot="programming-language-csharp,programming-language-python,programming-language-typescript"
375377
376-
See the [Example section](#example-1) for complete examples.
378+
See the [Example section](#example) for complete examples.
377379
378380
## Usage
379381
@@ -496,7 +498,7 @@ The `SessionId` property on `ResourceInvocationContext` identifies the MCP sessi
496498
497499
::: zone pivot="programming-language-csharp,programming-language-python,programming-language-typescript"
498500
499-
For more information, see [Examples](#example-1).
501+
For more information, see [Examples](#example).
500502
501503
## host.json settings
502504

0 commit comments

Comments
 (0)