Skip to content

Commit 35b87b6

Browse files
Merge pull request #308537 from Albertyang0/2025_11-Monthly-broken-links-fix-ay-157
2025_11 - Fix monthly broken links
2 parents 7247da6 + 18a6b06 commit 35b87b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ The MCP tool trigger can bind to the following types:
421421
| [ToolInvocationContext] | An object representing the tool call, including the tool name and arguments for the call. |
422422
| JSON serializable types | Functions attempts to deserialize the tool arguments into a plain-old CLR object (POCO) type. This type is also used to [define tool properties](#tool-properties).<br/><br/>When binding to a JSON serializable type, you can optionally also include a parameter of type [ToolInvocationContext] to access the tool call information. |
423423

424-
[ToolInvocationContext]: https://github.com/Azure/azure-functions-mcp-extension/blob/main/src/Microsoft.Azure.Functions.Worker.Extensions.Mcp/ToolInvocationContext.cs
424+
[ToolInvocationContext]: https://github.com/Azure/azure-functions-mcp-extension/blob/main/src/Microsoft.Azure.Functions.Worker.Extensions.Mcp/Abstractions/ToolInvocationContext.cs
425425

426426
::: zone-end
427427

0 commit comments

Comments
 (0)