Skip to content

Commit 2811ab2

Browse files
Merge pull request #314395 from PhilKang0704/2026_4-Monthly-broken-links-fix-pk-709
2026_4-Monthly-broken-links-fix-pk-709
2 parents 0446c10 + d0c94e5 commit 2811ab2

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ builder.Build().Run();
8181
> [!TIP]
8282
> The example above uses literal strings for things like the name of the "get_snippets" tool in both `Program.cs` and the function. Consider instead using shared constant strings to keep things in sync across your project.
8383
84-
For the complete code example, see [SnippetTool.cs](https://github.com/Azure-Samples/remote-mcp-functions-dotnet/blob/main/src/SnippetsTool.cs).
84+
For the complete code example, see [SnippetTool.cs](https://github.com/Azure-Samples/remote-mcp-functions-dotnet/blob/main/src/FunctionsMcpTool/SnippetsTool.cs).
8585
::: zone-end
8686
::: zone pivot="programming-language-java"
8787

@@ -167,7 +167,7 @@ public String getSnippet(
167167
}
168168
```
169169

170-
For the complete code example, see [Snippets.java](https://github.com/Azure-Samples/remote-mcp-functions-java/blob/main/src/main/java/com/function/Snippets.java).
170+
For the complete code example, see [Snippets.java](https://github.com/Azure-Samples/remote-mcp-functions-java/blob/main/samples/FunctionsMcpTool/src/main/java/com/function/Snippets.java).
171171
::: zone-end
172172
::: zone pivot="programming-language-javascript"
173173
Example code for JavaScript isn't currently available. See the TypeScript examples for general guidance using Node.js.
@@ -511,7 +511,6 @@ builder.Build().Run();
511511

512512
You can call the `WithProperty()` method multiple times to define multiple properties for the tool. Each call to `WithProperty()` includes a string representation of the MCP property type, which might not directly correspond to a CLR type. For example, use `"boolean"` to define a boolean property, even though the corresponding CLR type is `bool`. Valid types are: `"string"`, `"number"`, `"integer"`, `"boolean"`, `"object"`.
513513

514-
For the complete example, see the [`Program.cs` file](https://github.com/Azure-Samples/remote-mcp-functions-dotnet/blob/main/src/Program.cs).
515514

516515
---
517516

0 commit comments

Comments
 (0)