Skip to content

Commit 719ef33

Browse files
Merge pull request #313002 from TimShererWithAquent/03112026OPBR
Fix build warning.
2 parents d3432f5 + 463fd7c commit 719ef33

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/azure-functions/scenario-custom-remote-mcp-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,9 @@ You can view the complete project template in the [Azure Functions .NET MCP Serv
182182
::: zone pivot="programming-language-java"
183183
The function code for the MCP server tools is defined in the `src/main/java/com/function/` folder. The `@McpToolTrigger` annotation exposes the functions as MCP Server tools:
184184
185-
:::code language="java" source="~/functions-scenarios-custom-mcp-java/src/main/java/com/function/HelloWorld.java" range="35-51" :::
185+
<!- :::code language="java" source="~/functions-scenarios-custom-mcp-java/src/main/java/com/function/HelloWorld.java" range="35-51" ::: >
186186
187-
:::code language="java" source="~/functions-scenarios-custom-mcp-java/src/main/java/com/function/Snippets.java" range="80-118" :::
187+
<!- :::code language="java" source="~/functions-scenarios-custom-mcp-java/src/main/java/com/function/Snippets.java" range="80-118" ::: >
188188
189189
You can view the complete project template in the [Azure Functions Java MCP Server](https://github.com/Azure-Samples/remote-mcp-functions-java) GitHub repository.
190190
::: zone-end

0 commit comments

Comments
 (0)